- manage interfaces and routes - set default params for hosts - add params class to networking module - set defaults for debian
7 lines
127 B
Puppet
7 lines
127 B
Puppet
# networking params
|
|
class networking::params (
|
|
Boolean $nwmgr_dns_none = true,
|
|
Boolean $nwmgr_service_running = true,
|
|
){
|
|
}
|