disable atop daemon
This commit is contained in:
parent
073cf1dc9e
commit
13d37b6a54
|
@ -42,6 +42,12 @@ class ff_gw::sysadmin($zabbixserver = '127.0.0.1', $muninserver = '127.0.0.1', $
|
||||||
'screen', 'tcpdump', 'rsync', 'file', 'psmisc']:
|
'screen', 'tcpdump', 'rsync', 'file', 'psmisc']:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
# stop atop daemon (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506191)
|
||||||
|
service { 'atop':
|
||||||
|
ensure => stopped,
|
||||||
|
enable => false,
|
||||||
|
require => Package['atop']
|
||||||
|
}
|
||||||
|
|
||||||
# user accounts
|
# user accounts
|
||||||
create_resources('account', $accounts)
|
create_resources('account', $accounts)
|
||||||
|
|
Loading…
Reference in a new issue