]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Template fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Jan 2010 23:28:54 +0000 (21:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 31 Jan 2010 23:28:54 +0000 (21:28 -0200)
templates/ikiwiki.setup.erb

index 786dcbee109a05b1aebece033bd5f881d41513ae..ed99ba408369fd676e1a1975a8978da092b07553 100644 (file)
@@ -124,7 +124,7 @@ use IkiWiki::Setup::Standard {
        # To create output files named page.html rather than page/index.html.
        #usedirs => 0,
        # Simple spam prevention: require an account-creation password.
-<%= if account_creation_password != false %>   account_creation_password => "<%= account_creation_password %>",<%= end %>
+<% if account_creation_password != false %>    account_creation_password => "<%= account_creation_password %>",<% end %>
        # Cost of generating a password using Authen::Passphrase::BlowfishCrypt
        #password_cost => 8,
        # Uncomment to force ikiwiki to run with a particular umask.
@@ -143,10 +143,10 @@ use IkiWiki::Setup::Standard {
        # To add plugins, list them here.
        #add_plugins => [qw{goodstuff search wikitext camelcase
        #                   htmltidy fortune sidebar map rst anonok}],
-<%= if add_plugins != false %>  add_plugins => [qw{<%= add_plugins %>}],<%= end %>  
+<% if add_plugins != false %>  add_plugins => [qw{<%= add_plugins %>}],<% end %>  
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
-<%= if disable_plugins != false %>  disable_plugins => [qw{<%= disable_plugins %>}],<%= end %>  
+<% if disable_plugins != false %>  disable_plugins => [qw{<%= disable_plugins %>}],<% end %>  
        # To add a directory to the perl search path, use this.
        #libdir => "/home/me/.ikiwiki/",