12 lines
196 B
Puppet
12 lines
196 B
Puppet
class profile::base {
|
|
|
|
|
|
accounts::user { 'monitoring':
|
|
# ensure => absent,
|
|
# uid => '450',
|
|
# gid => '450',
|
|
managehome => false,
|
|
# locked => true,
|
|
}
|
|
}
|