whitespace/quoting: modules/staticsync/manifests/static_mirror.pp (make lint happy)
authorPeter Palfrader <peter@palfrader.org>
Mon, 16 Sep 2019 17:05:02 +0000 (19:05 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 16 Sep 2019 17:05:02 +0000 (19:05 +0200)
modules/staticsync/manifests/static_mirror.pp

index 3f6a8d8..c35e996 100644 (file)
@@ -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
   }