Re: [Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-28 Thread Dominic Cleal
Hi Trey, On 23/06/12 23:37, treydock wrote: I'm attempting to manage my network interfaces through a homebrew module that takes input from hiera, and then uses augeas to define each ifcfg-*. Example: ... set BONDING_OPTS '\mode=${mode} miimon=${miimon}\', This looks good to me. The

[Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread treydock
I'm attempting to manage my network interfaces through a homebrew module that takes input from hiera, and then uses augeas to define each ifcfg-*. Example: /* Set manditory parameters */ augeas { eth_bond_${name} : context = /files/etc/sysconfig/network-scripts/ifcfg-${name}, changes

Re: [Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread Christopher Wood
netmark? On Sat, Jun 23, 2012 at 02:37:04PM -0700, treydock wrote:       set NETMARK ${netmask}, -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this

Re: [Puppet Users] Augeas fails to set BONDING_OPTS with return code false

2012-06-23 Thread treydock
Wow...can we permanency delete this post? Haha, I've been staring at Puppet modules for a week straight, it's always a spelling error. Thanks! - Trey On Saturday, June 23, 2012 5:34:53 PM UTC-5, Christopher Wood wrote: netmark? On Sat, Jun 23, 2012 at 02:37:04PM -0700, treydock wrote: