]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/syncproxy.pp
quote things more
[dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 131fdc66b53832525ee83ab750a7dd753725f45a..7bd8fa04b426cce4bf52fd8867a0c5f24d0ad591 100644 (file)
@@ -2,7 +2,7 @@ class roles::syncproxy {
        rsync::site { 'syncproxy':
                source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
                bind   => $::hostname ? {
-                       'milanollo' => 5.153.231.9,
+                       'milanollo' => '5.153.231.9',
                        default => ''
                }
        }