Skip to content

eirc/puppet-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interfaces

Manage the /etc/network/interfaces file via puppet.

DHCP

node dhcp-client-host {
  interfaces::dhcp { 'dhcp':
    interface => 'eth1',
  }
}

Static

node static-ip-host {
  interfaces::static { '10.211.55.101':
    interface => 'eth1',
    ip        => '10.211.55.101',
    netmask   => '255.255.255.0',
    broadcast => '10.211.55.255',
    gateway   => '10.211.55.1',
  }
}

License

Apache License, Version 2.0

Contact

Eric Cohen eirc.eirc@gmail.com

Support

Please log tickets and issues at our Github issues page

About

Manage the /etc/network/interfaces file via puppet.

Resources

Stars

Watchers

Forks

Packages

No packages published