control-repo/site-modules/profile/manifests/custom_windows.pp

7 lines
148 B
Puppet

class profile::custom_windows (
Boolean $custom_account = false,
if $custom_account {
class { '::profile::windows::custom_account': }
}
}