]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding git-annex into utils::web
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Sep 2012 21:08:32 +0000 (18:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Sep 2012 21:08:32 +0000 (18:08 -0300)
manifests/subsystems/utils/web.pp

index 6517b359fac9a8aac1239b363f9d843ad030a01c..9169ef08485a7828277b60b06e894d4e2321e8d7 100644 (file)
@@ -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,
   }
 }