Attempt to configure an apache vhost for a static component only if it exists on...
[mirror/dsa-puppet.git] / modules / roles / manifests / security_mirror.pp
index eda789a..0541533 100644 (file)
@@ -1,10 +1,10 @@
 class roles::security_mirror {
        $rsync_bind = $::hostname ? {
-               mirror-isc => '149.20.20.19'
+               mirror-isc => '149.20.20.19',
                default    => '',
        }
        $rsync_bind6 = $::hostname ? {
-               mirror-isc => '2001:4f8:8:36::1deb:19'
+               mirror-isc => '2001:4f8:8:36::1deb:19',
                default    => '',
        }