Skip to content

Commit

Permalink
Merge pull request #386 from jhoblitt/bugfix/set_security-save-state
Browse files Browse the repository at this point in the history
set_security() does not save jenkins state
  • Loading branch information
Joshua Hoblitt committed Oct 9, 2015
2 parents 723897f + cb0fad5 commit e13a7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/puppet_helper.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ class Actions {
}
j.setAuthorizationStrategy(strategy)
j.setSecurityRealm(realm)
j.save()
}

void get_security_realm() {
Expand Down

0 comments on commit e13a7b4

Please sign in to comment.