projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441a5a5
)
Try to bind a different IP address
author
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:13:25 +0000
(21:13 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:13:25 +0000
(21:13 +0200)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
080196f
..
131fdc6
100644
(file)
--- 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':