vaguerent/templates/guests/freebsd/network_static.erb
2012-02-23 18:06:40 -08:00

4 lines
126 B
Plaintext

#VAGRANT-BEGIN
ifconfig_em<%= options[:interface] %>="inet <%= options[:ip] %> netmask <%= options[:netmask] %>"
#VAGRANT-END