# Common utilities
class utils {
- package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip',
- 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils',
- 'bc', 'lsof', 'wipe', 'vrms', 'logcheck', 'logcheck-database' ]:
+ package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip',
+ 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils',
+ 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'logcheck',
+ 'logcheck-database' ]:
ensure => installed,
}