Fix one typo
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 12:52:58 +0000 (14:52 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 12:52:58 +0000 (14:52 +0200)
modules/roles/manifests/static_mirror.pp

index 01e5336..c73e69f 100644 (file)
@@ -24,7 +24,7 @@ class roles::static_mirror {
        }
 
        file { '/etc/cron.d/puppet-static-mirror':
-                       content => "PATH=/usr/local/bin:/usr/bin:/bin\n@reboot staticsync sleep 60; awk '!/^ *(#|$)/ {print \$1, \$2}' /etc/static-components.conf | while read master component; do static-mirror-run --one-stage /srv/static.debian.org/mirrors/\$component \"\$master:\$components/-live-\" > /dev/null; done\n",
+                       content => "PATH=/usr/local/bin:/usr/bin:/bin\n@reboot staticsync sleep 60; awk '!/^ *(#|$)/ {print \$1, \$2}' /etc/static-components.conf | while read master component; do static-mirror-run --one-stage /srv/static.debian.org/mirrors/\$component \"\$master:\$component/-live-\" > /dev/null; done\n",
        }
 
        $vhost_listen = $::hostname ? {