From a8b31caa576b07225776c59716a97ab89ed0b9e0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2013 20:32:50 -0300 Subject: Adding dependency for nginx_ munin plugins --- manifests/role/proxy.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/role/proxy.pp') 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, + } } -- cgit v1.2.3