[Puppet Users] Using array's in Puppet (in combination with Augeas).

2011-12-02 Thread Adrian van Dongen
Hi, I have been struggling with arrays in puppet in combination with Augeas. I have written a define to configure network interfaces on Debian based distributions using Augeas. One of the requirements is the possibility to use the up/down mechanism. This where I run into a snag. Everything works

[Puppet Users] Override values from default node inheritance (variable scoping).

2011-10-12 Thread Adrian van Dongen
Hi, I have a pretty basic question about variable scooping. We have been using puppet for the past few weeks now and were running into some problems which are probably caused by a lack of understanding or best practices. We have run into the following scenario and are not sure how to fix this. Th