howto/static-mirroring: "fix" formatting of sublist
[mirror/dsa-wiki.git] / input / howto / static-mirroring.creole
index 2eb9efe..129529a 100644 (file)
@@ -32,15 +32,15 @@ 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)
-}}}
+<pre>
+  vhost(lines, "debaday.debian.net"            , :ssl => true
+</pre>
 ** 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, }
 }}}
 
-* run puppet on the master, the source, and all the mirrors.  Check {{{dsa-puppet/nodes/*.yaml}}}.
+* run puppet on the master, the source, and all the mirrors.  Check {{{dsa-puppet/data/nodes/*.yaml}}}.
 
 == Adding a mirror