From: Silvio Rhatto Date: Wed, 12 Jun 2013 13:10:59 +0000 (-0300) Subject: Fixing munin interpreting, no need for user setting or exec flag X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eea269ecd7c70d330615d4260cd4e65b7782648f;p=puppet-apcupsd.git Fixing munin interpreting, no need for user setting or exec flag --- diff --git a/files/munin/apc_nis b/files/munin/apc_nis old mode 100755 new mode 100644 index 8691fe9..0bfcfaa --- a/files/munin/apc_nis +++ b/files/munin/apc_nis @@ -1,4 +1,4 @@ -#!@@PERL@@ -w +#!/usr/bin/perl -w # -*- perl -*- =head1 NAME diff --git a/manifests/munin.pp b/manifests/munin.pp index d0626cc..867e1af 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -4,6 +4,5 @@ class apcupsd::munin( munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis", ensure => $ensure, - config => "user root", } }