aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-09-25 18:08:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-09-25 18:08:32 -0300
commita713ea5174b4f187309b57100446c7ef321b189d (patch)
tree6b40426466864cc290a37e665d06f5c863e623ef /manifests/subsystems/utils/web.pp
parentd4bcf004a0ba766c95e6750410a7fb8a399bace5 (diff)
downloadpuppet-nodo-a713ea5174b4f187309b57100446c7ef321b189d.tar.gz
puppet-nodo-a713ea5174b4f187309b57100446c7ef321b189d.tar.bz2
Adding git-annex into utils::web
Diffstat (limited to 'manifests/subsystems/utils/web.pp')
-rw-r--r--manifests/subsystems/utils/web.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}