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

13 lines
237 B
ObjectPascal
Raw Normal View History

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