From: Peter Palfrader Date: Mon, 16 Sep 2019 17:05:02 +0000 (+0200) Subject: whitespace/quoting: modules/staticsync/manifests/static_mirror.pp (make lint happy) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cb53f131bbc26a0fcec43d65cbcb06a4f341a965;p=mirror%2Fdsa-puppet.git whitespace/quoting: modules/staticsync/manifests/static_mirror.pp (make lint happy) --- diff --git a/modules/staticsync/manifests/static_mirror.pp b/modules/staticsync/manifests/static_mirror.pp index 3f6a8d899..c35e99664 100644 --- a/modules/staticsync/manifests/static_mirror.pp +++ b/modules/staticsync/manifests/static_mirror.pp @@ -29,8 +29,8 @@ class staticsync::static_mirror ( } file { '/etc/cron.d/puppet-static-mirror': ensure => absent, } concat::fragment { 'puppet-crontab--static-mirror': - target => '/etc/cron.d/puppet-crontab', - content => @("EOF"), + target => '/etc/cron.d/puppet-crontab', + content => @("EOF"), @reboot ${staticsync::user} sleep 60; chronic static-mirror-run-all | EOF }