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:
b32d101
)
fix whitespace
author
Peter Palfrader
<peter@palfrader.org>
Sat, 6 Feb 2016 20:26:53 +0000
(21:26 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 6 Feb 2016 20:26:53 +0000
(21:26 +0100)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
86ba67c
..
202cabd
100644
(file)
--- a/
modules/roles/manifests/syncproxy.pp
+++ b/
modules/roles/manifests/syncproxy.pp
@@
-36,8
+36,8
@@
class roles::syncproxy {
if $::apache2 and $syncproxy_name != 'unknown' {
include apache2::ssl
- ssl::service {
-
"$syncproxy_name":
notify => Service['apache2'],
+ ssl::service {
"$syncproxy_name":
+ notify => Service['apache2'],
key => true,
}
apache2::site { '010-syncproxy.debian.org':