From: Peter Palfrader Date: Mon, 24 Jun 2013 19:13:25 +0000 (+0200) Subject: Try to bind a different IP address X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=533f6dfc2e81092416791506c4f89ff9ad028910;p=dsa-puppet.git Try to bind a different IP address --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 080196f8..131fdc66 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -1,6 +1,10 @@ class roles::syncproxy { rsync::site { 'syncproxy': source => 'puppet:///modules/roles/syncproxy/rsyncd.conf', + bind => $::hostname ? { + 'milanollo' => 5.153.231.9, + default => '' + } } file { '/etc/rsyncd':