From eea269ecd7c70d330615d4260cd4e65b7782648f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Jun 2013 10:10:59 -0300 Subject: Fixing munin interpreting, no need for user setting or exec flag --- files/munin/apc_nis | 2 +- manifests/munin.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 files/munin/apc_nis 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", } } -- cgit v1.2.3