search for: managed_interface

Displaying 1 result from an estimated 1 matches for "managed_interface".

2011 Dec 02
1
Using array's in Puppet (in combination with Augeas).
...s 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 fine until I try to setup more than than one up rule. First some code examples of the define: -- Node Configuration -- networking::managed_interface { ''eth1'': int => ''eth1'', ipaddr => ''192.168.1.123'', netmask => ''255.255.255.0'', up => ''route add -net 172.16.1.0/24 gw 192.168.1...