From: Silvio Rhatto Date: Tue, 25 Sep 2012 21:08:32 +0000 (-0300) Subject: Adding git-annex into utils::web X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a713ea5174b4f187309b57100446c7ef321b189d;p=puppet-nodo.git Adding git-annex into utils::web --- diff --git a/manifests/subsystems/utils/web.pp b/manifests/subsystems/utils/web.pp index 6517b35..9169ef0 100644 --- a/manifests/subsystems/utils/web.pp +++ b/manifests/subsystems/utils/web.pp @@ -2,7 +2,7 @@ class utils::web { package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake', 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', - 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'git-annex' ]: ensure => installed, } }