]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::development::web
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 02:24:41 +0000 (23:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 02:24:41 +0000 (23:24 -0300)
manifests/utils/development/web.pp

index 56c7cdd5695b49d16467eddb3b548b6cdadfd5b9..412ef4e7ee5b59776c9d44949bbc2c3b34e2851a 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::development::web {
   package { 'apache2-utils':
-    ensure => present,
+    ensure => installed,
   }
 }