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:
63c37fe
)
and put archive.d.n ssl cert onto the host
author
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Apr 2017 12:23:26 +0000
(14:23 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Apr 2017 12:23:26 +0000
(14:23 +0200)
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
e86899c
..
77a01ee
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-193,6
+193,7
@@
class roles::static_mirror {
onion::service { 'planet.debian.org' : ensure => "ifstatic", port => 80, target_port => 80, target_address => $onion_v4_addr }
}
+ ssl::service { 'archive.debian.net': ensure => present, notify => Exec['service apache2 reload'], key => true, }
file { '/srv/static.debian.org/puppet':
ensure => directory,
mode => '02755'