From: Micah Anderson Date: Thu, 5 Jun 2008 18:17:47 +0000 (+0000) Subject: need to set the variable to plural everywhere X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3ae2a2ab4cc133b7146ff345804e2d3935d4622a;p=puppet-backupninja.git need to set the variable to plural everywhere --- diff --git a/templates/backupninja.conf.erb b/templates/backupninja.conf.erb index 746e6af..960d39f 100644 --- a/templates/backupninja.conf.erb +++ b/templates/backupninja.conf.erb @@ -16,4 +16,4 @@ configdirectory = <%= configdir %> scriptdirectory = <%= scriptdir %> libdirectory = <%= libdir %> usecolors = <%= usecolors ? 'yes' : 'no' %> -vservers = <%= vserver ? 'yes' : 'no' %> +vservers = <%= vservers ? 'yes' : 'no' %>