syntax fix
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Dec 2015 18:15:51 +0000 (19:15 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Dec 2015 18:15:51 +0000 (19:15 +0100)
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    => '',
        }