diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 20:32:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-06 20:32:50 -0300 |
commit | a8b31caa576b07225776c59716a97ab89ed0b9e0 (patch) | |
tree | 5c3528c83ab167f7a861a46fa79d54f298d14711 /manifests | |
parent | fa6709e48e11eeb063eac51c5a1c0357a41010fd (diff) | |
download | puppet-nodo-a8b31caa576b07225776c59716a97ab89ed0b9e0.tar.gz puppet-nodo-a8b31caa576b07225776c59716a97ab89ed0b9e0.tar.bz2 |
Adding dependency for nginx_ munin plugins
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/proxy.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 52644d0..c298f96 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -6,4 +6,9 @@ class nodo::role::proxy inherits nodo::base::vserver { ensure => present, config => 'env.url http://localhost/nginx_status', } + + # Needed by munin plugins + package { 'liblwp-useragent-determined-perl': + ensure => installed, + } } |