Skip to content

Commit db4a50b

Browse files
committed
Make sure all services are started before creating users
1 parent 13f1f15 commit db4a50b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/profile/manifests/users.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
Exec <| title == 'ipa-install' |> -> Profile::Users::Ldap_user <| |>
66
Exec <| title == 'hbac_rules' |> ~> Profile::Users::Ldap_user <| |>
77
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 <| |>
8+
Service <| |> -> Profile::Users::Ldap_user <| |>
109

1110
file { '/sbin/ipa_create_user.py':
1211
source => 'puppet:///modules/profile/users/ipa_create_user.py',

0 commit comments

Comments
 (0)