]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
need to set the variable to plural everywhere
authorMicah Anderson <micah@riseup.net>
Thu, 5 Jun 2008 18:17:47 +0000 (18:17 +0000)
committerMicah Anderson <micah@riseup.net>
Thu, 5 Jun 2008 18:17:47 +0000 (18:17 +0000)
templates/backupninja.conf.erb

index 746e6af389c123b624a78c889e068f34762fffe0..960d39fa6d9db12e29f745f4f1386ce1e439b5bc 100644 (file)
@@ -16,4 +16,4 @@ configdirectory = <%= configdir %>
 scriptdirectory = <%= scriptdir %>
 libdirectory = <%= libdir %>
 usecolors = <%= usecolors ? 'yes' : 'no' %>
-vservers = <%= vserver ? 'yes' : 'no' %>
+vservers = <%= vservers ? 'yes' : 'no' %>