7 lines
148 B
Puppet
7 lines
148 B
Puppet
class profile::custom_windows (
|
|
Boolean $custom_account = false,
|
|
if $custom_account {
|
|
class { '::profile::windows::custom_account': }
|
|
}
|
|
}
|