X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fstatic-mirroring.creole;h=129529ae65c58669b4203aaa8da75c188452d49b;hb=7c0eed7667fce7497ad0dfb2e1087869bcc9e524;hp=8942a3d58148630d2bc4328bd286317d92244478;hpb=a494b54d7442ffa4f158925042ed1d4b8ed50fc7;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/static-mirroring.creole b/input/howto/static-mirroring.creole index 8942a3d..129529a 100644 --- a/input/howto/static-mirroring.creole +++ b/input/howto/static-mirroring.creole @@ -32,9 +32,9 @@ and add something like * Add the vhost config on mirrors: ** vi {{{dsa-puppet/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb}}} and add -{{{ - vhost(lines, "debaday.debian.net" , :ssl => true) -}}} +
+  vhost(lines, "debaday.debian.net"            , :ssl => true
+
** In {{{dsa-puppet/modules/roles/manifests/static_mirror_web.pp}}}, add: {{{ ssl::service { 'debaday.debian.net' : ensure => 'ifstatic', notify => Exec['service apache2 reload'], key => true, }