Skip to content

Commit

Permalink
Add 2 as a possible return code to hbac-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jun 28, 2023
1 parent 9ca4dff commit 5800390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/profile/manifests/freeipa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
environment => ["IPA_ADMIN_PASSWD=${ipa_passwd}"],
require => [File['kinit_wrapper'],],
path => ['/bin', '/usr/bin', '/sbin','/usr/sbin'],
returns => [0, 1],
returns => [0, 1, 2],
subscribe => [
Exec['ipa_group_self-signup'],
Exec['hbac_rules'],
Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/users.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
environment => ["IPA_ADMIN_PASSWD=${admin_password}"],
require => [File['kinit_wrapper'],],
path => ['/bin', '/usr/bin', '/sbin','/usr/sbin'],
returns => [0, 1],
returns => [0, 1, 2],
subscribe => [
Exec["ldap_user_${name}"],
Exec['hbac_rules'],
Expand Down

0 comments on commit 5800390

Please sign in to comment.