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:
533f6df
)
quote things more
author
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:15:10 +0000
(21:15 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:15:10 +0000
(21:15 +0200)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
131fdc6
..
7bd8fa0
100644
(file)
--- a/
modules/roles/manifests/syncproxy.pp
+++ b/
modules/roles/manifests/syncproxy.pp
@@
-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 => ''
}
}