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:
035afc8
)
Add planet-search key too
author
Peter Palfrader
<peter@palfrader.org>
Tue, 2 Feb 2016 21:19:19 +0000
(22:19 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 2 Feb 2016 21:19:19 +0000
(22:19 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
76b8297
..
125f763
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-288,6
+288,7
@@
class roles {
if has_role('planet_search') {
ssl::service { 'planet-search.debian.org':
notify => Service['apache2'],
+ key => true,
}
}
}