whitespace/quoting: modules/staticsync/manifests/static_mirror.pp (make lint happy)
[mirror/dsa-puppet.git] / 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
   }