2015-05-27 22:02:50 +00:00
|
|
|
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
|
|
|
}
|
2015-05-27 22:02:50 +00:00
|
|
|
}
|