From ae8bd558a592e308253debc7cb97630ac05a29b7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Apr 2011 19:24:17 -0300 Subject: Adding wipe into utils --- manifests/subsystems/utils.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/utils.pp') diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 9ace578..e17d02b 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -2,7 +2,7 @@ class utils { package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', 'nmap', 'telnet', 'tree', 'whois', 'dosfstools', 'dnsutils', - 'bc', 'lsof' ]: + 'bc', 'lsof', 'wipe' ]: ensure => installed, } -- cgit v1.2.3