Skip to content

nowack73/puppet-foreman_networking

 
 

Repository files navigation

puppet-foreman_networking

Build Status

Overview

Puppet module to convert Foreman ENC network interface data into values that can be passed into create_resources function.

Usage

This following example uses the razorsedge/network module.

Here the value for all interfaces reported by Foreman are given an ensure value of up and a mtu of 1500.

$static_interface_defaults = {
  'ensure' => 'up',
  'mtu'    => '1500',
}
$static_interfaces = foreman_static_interfaces()
create_resources('network::if::static', $static_interfaces, $static_interface_defaults)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • Puppet 0.4%