syslog: Allow deploying custom logarchiver.sh
This commit is contained in:
parent
cada7e0d69
commit
d30b81a585
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":
|
file { "/usr/local/sbin/logarchiver.sh":
|
||||||
ensure => present,
|
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",
|
mode => "0755",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => $::operatingsystem ? {
|
group => $::operatingsystem ? {
|
||||||
|
|
Loading…
Add table
Reference in a new issue