Newer
Older
puppet-interfaces / Modulefile
@root root on 8 Aug 2012 415 bytes Initial import
  1. name 'x-way-interfaces'
  2. version '0.0.1'
  3. source 'git://github.com/x-way/puppet-interfaces.git'
  4. author 'Andreas Jaggi'
  5. license 'Apache'
  6. summary 'This module manages /etc/network/interfaces'
  7. description 'This module manages the network interface configuration on Debian based systems.'
  8. project_page 'http://github.com/x-way/puppet-interfaces'
  9.  
  10. ## Add dependencies, if any:
  11. dependency 'ripienaar/concat', '>= 0.1.0'