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

12 lines
189 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:58:03 +00:00
ensure => present,
uid => '450',
gid => '450',
2016-06-15 01:55:58 +00:00
managehome => false,
2016-06-15 01:58:03 +00:00
locked => true,
2016-06-15 01:55:58 +00:00
}
}