diff options
-rw-r--r--[-rwxr-xr-x] | files/munin/apc_nis | 2 | ||||
-rw-r--r-- | manifests/munin.pp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/files/munin/apc_nis b/files/munin/apc_nis index 8691fe9..0bfcfaa 100755..100644 --- 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", } } |