We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f1f15 commit db4a50bCopy full SHA for db4a50b
site/profile/manifests/users.pp
@@ -5,8 +5,7 @@
5
Exec <| title == 'ipa-install' |> -> Profile::Users::Ldap_user <| |>
6
Exec <| title == 'hbac_rules' |> ~> Profile::Users::Ldap_user <| |>
7
Exec <| tag == profile::accounts |> -> Profile::Users::Ldap_user <| |>
8
- Service <| tag == profile::freeipa |> -> Profile::Users::Ldap_user <| |>
9
- Service <| tag == profile::accounts |> -> Profile::Users::Ldap_user <| |>
+ Service <| |> -> Profile::Users::Ldap_user <| |>
10
11
file { '/sbin/ipa_create_user.py':
12
source => 'puppet:///modules/profile/users/ipa_create_user.py',
0 commit comments