From: Silvio Rhatto Date: Mon, 16 May 2016 17:58:34 +0000 (-0300) Subject: Adds yui-compressor into nodo::utils::development::web X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d83f290e365de332b2412188229f58bff46e075e;p=puppet-nodo.git Adds yui-compressor into nodo::utils::development::web --- diff --git a/manifests/utils/development/web.pp b/manifests/utils/development/web.pp index 412ef4e..523175d 100644 --- a/manifests/utils/development/web.pp +++ b/manifests/utils/development/web.pp @@ -1,5 +1,5 @@ class nodo::utils::development::web { - package { 'apache2-utils': + package { [ 'apache2-utils', [ 'yui-compressor' ]: ensure => installed, } }