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

13 lines
225 B
ObjectPascal
Raw Normal View History

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