]> gitweb.fluxo.info Git - puppet-apcupsd.git/commitdiff
Fixing munin interpreting, no need for user setting or exec flag
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Jun 2013 13:10:59 +0000 (10:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Jun 2013 13:10:59 +0000 (10:10 -0300)
files/munin/apc_nis [changed mode: 0755->0644]
manifests/munin.pp

old mode 100755 (executable)
new mode 100644 (file)
index 8691fe9..0bfcfaa
@@ -1,4 +1,4 @@
-#!@@PERL@@ -w
+#!/usr/bin/perl -w
 # -*- perl -*-
 
 =head1 NAME
index d0626cc8ed56c52c5107574792292fcba27fa9b6..867e1af5d781912a62560f25e8217a0d524f5c6f 100644 (file)
@@ -4,6 +4,5 @@ class apcupsd::munin(
   munin::plugin::deploy { 'apc_nis':
     source => "apcupsd/munin/apc_nis",
     ensure => $ensure,
-    config => "user root",
   }
 }