From eb513bc426139b8fa965d04dfd0436cc4fb2637d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Jul 2010 21:00:04 -0300 Subject: Adding dosfstools at utils class --- manifests/subsystems/utils.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index ae4b0f0..a681f5b 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -1,7 +1,7 @@ # Common utilities class utils { package { [ 'screen', 'less', 'bzip2', 'openssl', 'lynx', 'wget', 'unzip', - 'nmap', 'telnet', 'tree', 'whois' ]: + 'nmap', 'telnet', 'tree', 'whois', 'dosfstools' ]: ensure => installed, } } -- cgit v1.2.3