Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
401.end vpn_consultants should be in policy, not ref
credman committed Jan 15, 2022
1 parent 539a22e commit c3ed4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ex401/ex401.end/container_files/seed-data/bootstrap.gsh
@@ -254,8 +254,8 @@ GrouperLoader.runOnceByJobName(gs, "OTHER_JOB_groupOfNames_full_sync")

// Create ref group vpn_consultants

Group vpnConsultantsRef = new GroupSave(gs).assignName("app:vpn:service:ref:vpn_consultants").save()
Group wri250Ref = new GroupSave(gs).assignName("app:vpn:service:ref:vpn_wri250").save()
Group vpnConsultantsRef = new GroupSave(gs).assignName("app:vpn:service:policy:vpn_consultants").save()
Group wri250Ref = new GroupSave(gs).assignName("app:vpn:service:policy:vpn_wri250").save()
Group manualGroup = GroupFinder.findByName(gs, "app:vpn:service:policy:vpn_authorized_allow_manual", true)

[vpnConsultantsRef, wri250Ref].each {

0 comments on commit c3ed4ab

Please sign in to comment.