From 506fb00933b0b1c1cc4eeb084a2e534683627bbf Mon Sep 17 00:00:00 2001 From: jeffNagra Date: Fri, 27 Jun 2014 09:24:43 +0100 Subject: [PATCH] Updated to use correct variable name The HWADDR was referencing the macaddress variable instead of the macaddy variable --- templates/ifcfg-bond.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ifcfg-bond.erb b/templates/ifcfg-bond.erb index eaeb2add..49ccbb3f 100644 --- a/templates/ifcfg-bond.erb +++ b/templates/ifcfg-bond.erb @@ -2,7 +2,7 @@ ### File managed by Puppet ### DEVICE=<%= @interface %> -HWADDR=<%= @macaddress %> +HWADDR=<%= @macaddy %> MASTER=<%= @master %> SLAVE=yes TYPE=Ethernet