cookbook 'network_interfaces', '= 0.0.1', :supermarket
network_interfaces (5) Versions 0.0.1 Follow10
Installs/Configures network on Ubuntu and Debian
cookbook 'network_interfaces', '= 0.0.1'
knife supermarket install network_interfaces
knife supermarket download network_interfaces
Description
Manage /etc/network/interfaces on debian / Ubuntu
Requirements
ifupdown-0.7~alpha3 or older : * debian > wheezy * Ubuntu >= 11.10 (oneiric)
Attributes
Usage
example for a bridge with pre-up and pre-down script : network_interfaces "br-test" do target "172.16.88.2" mask "255.255.255.0" bridge [ "none" ] pre_up "cat /tmp/iptables-create | iptables-restore -n" post_down "cat /tmp/iptables-delete | iptables-restore -n" end
More documentation later.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.