control-repo/site/profile/manifests/base.pp

12 lines
196 B
ObjectPascal
Raw Normal View History

class profile::base {
2016-06-15 00:50:10 +00:00
2016-06-15 01:55:58 +00:00
accounts::user { 'monitoring':
2016-06-15 01:57:02 +00:00
# ensure => absent,
# uid => '450',
# gid => '450',
2016-06-15 01:55:58 +00:00
managehome => false,
2016-06-15 01:57:02 +00:00
# locked => true,
2016-06-15 01:55:58 +00:00
}
}