Skip to content

Commit

Permalink
oops 3 (wow tests caught this one)
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Apr 3, 2018
1 parent 952078a commit 79ae1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/hourly.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ensure => $ensure,
owner => 'root',
group => 'root',
mode => $logrotate::logrotate_conf_mode,
mode => $logrotate::cron_file_mode,
source => 'puppet:///modules/logrotate/etc/cron.hourly/logrotate',
require => [File["${logrotate::rules_configdir}/hourly"],Package['logrotate']],
}
Expand Down

0 comments on commit 79ae1c8

Please sign in to comment.