From 7c0eed7667fce7497ad0dfb2e1087869bcc9e524 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Tue, 29 Oct 2019 09:59:56 +0000 Subject: [PATCH] howto/static-mirroring: "fix" formatting of sublist This is a work-around for the fact that "{{{" on its own line counts as an empty line and thus ends the sublist Signed-off-by: Adam D. Barratt --- input/howto/static-mirroring.creole | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, } -- 2.20.1