]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding zip into nodo::utils::multimedia::extractors
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 13:37:16 +0000 (10:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Feb 2014 13:37:16 +0000 (10:37 -0300)
manifests/utils/multimedia/extractors.pp

index a4fdb4e8c85791b5dfe97ff91921d39a988874df..19d3332dde1b3d91e3f391618497e6508fcc2425 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::multimedia::extractors {
-  package { [ 'rar', 'unrar' ]:
+  package { [ 'rar', 'unrar', 'zip' ]:
     ensure => present,
   }
 }