Skip to content
Snippets Groups Projects
Commit 34d86524 authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

sync_scripts: try declaring class and subsets

parent 89f62ab0
No related branches found
No related tags found
No related merge requests found
......@@ -130,19 +130,19 @@ class su_ldap::sync_scripts (
# posix accounts
if ($enable_posix_account_sync) {
su_ldap::sync_scripts::posix_account_sync { 'aeroastroarl':
ensure => present,
env => $env,
}
class { 'su_ldap::sync_scripts::posix_account_sync':
workgroup_stem => 'anesthesia',
ensure => present,
env => $env,
}
class { 'su_ldap::sync_scripts::posix_account_sync':
workgroup_stem => 'statistics',
ensure => present,
env => $env,
class { 'su_ldap::sync_scripts::posix_account_sync'
'aeroastroarl':
ensure => present,
env => $env,
;
'anesthesia':
ensure => present,
env => $env,
;
'statistics':
ensure => present,
env => $env,
;
}
} else {
class { 'su_ldap::sync_scripts::posix_account_sync':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment