From cb53f131bbc26a0fcec43d65cbcb06a4f341a965 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 16 Sep 2019 19:05:02 +0200 Subject: [PATCH] whitespace/quoting: modules/staticsync/manifests/static_mirror.pp (make lint happy) --- modules/staticsync/manifests/static_mirror.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.20.1