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:
8e8622c
)
install snapshot cert
author
Peter Palfrader
<peter@palfrader.org>
Tue, 29 May 2018 14:24:02 +0000
(16:24 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 29 May 2018 14:24:02 +0000
(16:24 +0200)
modules/roles/manifests/snapshot_web.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/snapshot_web.pp
b/modules/roles/manifests/snapshot_web.pp
index
be21714
..
3067981
100644
(file)
--- a/
modules/roles/manifests/snapshot_web.pp
+++ b/
modules/roles/manifests/snapshot_web.pp
@@
-8,6
+8,10
@@
class roles::snapshot_web {
ensure => 'installed',
})
+ ssl::service { 'snapshot.debian.org':
+ notify => Exec['service apache2 reload'],
+ key => true,
+ }
apache2::site { '020-snapshot.debian.org':
site => 'snapshot.debian.org',
content => template('roles/snapshot/snapshot.debian.org.conf.erb')