]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding dosfstools at utils class
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Jul 2010 00:00:04 +0000 (21:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Jul 2010 00:00:04 +0000 (21:00 -0300)
manifests/subsystems/utils.pp

index ae4b0f0ee5006f4c4591c42498cc69cd13851fb5..a681f5b7c855e3f830aef5ccc014fbce49e17e1a 100644 (file)
@@ -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,
   }
 }