From 3748abb091c9e6332a7311cc019f82eead402621 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Mon, 16 Feb 2015 14:40:22 -0600 Subject: [PATCH] Fix vars.sh template --- .../rhizomatica_base_system/templates/vars.sh.erb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/rhizomatica_base_system/templates/vars.sh.erb b/modules/rhizomatica_base_system/templates/vars.sh.erb index a1c8b14..39dce7c 100644 --- a/modules/rhizomatica_base_system/templates/vars.sh.erb +++ b/modules/rhizomatica_base_system/templates/vars.sh.erb @@ -8,14 +8,8 @@ function logc() { #BTSs IP addresses -<% if @bts1_ip_address %> -BTS1=<%= @bts1_ip_address %> -<% end %> -<% if @bts2_ip_address %> -BTS2=<%= @bts2_ip_address %> -<% end %> -<% if @bts3_ip_address %> -BTS3=<%= @bts3_ip_address %> -<% end %> +<% if @bts1_ip_address %>BTS1=<%= @bts1_ip_address %><% end %> +<% if @bts2_ip_address %>BTS2=<%= @bts2_ip_address %><% end %> +<% if @bts3_ip_address %>BTS3=<%= @bts3_ip_address %><% end %> RECIPIENTS=<%= @mail_admins %>