source:
trunk/puppet/modules/puppet-network/templates/debian.erb
@
766
Last change on this file since 766 was 510, checked in by , 15 years ago | |
---|---|
File size: 239 bytes |
Line | |
---|---|
1 | |
2 | <% if auto != '' %>auto <%= name %> <% end %> |
3 | iface <%= name %> inet static |
4 | address <%= address %> |
5 | netmask <%= netmask %> |
6 | <% if broadcast != "NONE" %> broadcast <%= broadcast %> <% end %> |
7 | <%= parameters %> |
8 |
Note: See TracBrowser
for help on using the repository browser.