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:
db7f690
)
syntax fu
author
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:37:58 +0000
(21:37 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 24 Jun 2013 19:37:58 +0000
(21:37 +0200)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
20c3320
..
5631d27
100644
(file)
--- a/
modules/roles/manifests/syncproxy.pp
+++ b/
modules/roles/manifests/syncproxy.pp
@@
-4,11
+4,11
@@
class roles::syncproxy {
bind => $::hostname ? {
'milanollo' => '5.153.231.9',
default => ''
- }
+ }
,
bind6 => $::hostname ? {
'milanollo' => '2001:41c8:1000:21::21:9',
default => ''
- }
+ }
,
}
file { '/etc/rsyncd':