From: Silvio Rhatto Date: Mon, 26 Jul 2010 00:00:04 +0000 (-0300) Subject: Adding dosfstools at utils class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eb513bc426139b8fa965d04dfd0436cc4fb2637d;p=puppet-nodo.git Adding dosfstools at utils class --- 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, } }