aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/base.pp')
-rw-r--r--manifests/utils/base.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/utils/base.pp b/manifests/utils/base.pp
new file mode 100644
index 0000000..f7ff201
--- /dev/null
+++ b/manifests/utils/base.pp
@@ -0,0 +1,13 @@
+class nodo::utils::base {
+ package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'unzip',
+ 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', 'secure-delete',
+ 'bc', 'lsof', 'wipe', 'vrms', 'nsca-client', 'uuid-runtime',
+ 'multitail', 'bash-completion', 'zsh' ]:
+ ensure => installed,
+ }
+
+ # Not using right now
+ package { [ 'logcheck', 'logcheck-database', 'denyhosts', 'logwatch' ]:
+ ensure => absent,
+ }
+}