Merge branch 'master' of https://bitbucket.org/tmakinen/puppet
This commit is contained in:
commit
5aa8c52f2b
1 changed files with 5 additions and 1 deletions
|
@ -275,7 +275,11 @@ class syslog::common::standalone inherits syslog::common {
|
|||
|
||||
file { "/usr/local/sbin/logarchiver.sh":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/syslog/logarchiver.sh",
|
||||
source => [
|
||||
"puppet:///files/syslog/logarchiver.sh.${homename}",
|
||||
"puppet:///files/syslog/logarchiver.sh",
|
||||
"puppet:///modules/syslog/logarchiver.sh",
|
||||
],
|
||||
mode => "0755",
|
||||
owner => "root",
|
||||
group => $::operatingsystem ? {
|
||||
|
|
Loading…
Add table
Reference in a new issue