|
45 | 45 | # Gateway=192.168.0.1
|
46 | 46 | #
|
47 | 47 | class systemd::networkd (
|
48 |
| - Enum['stopped','running'] $ensure = $systemd::networkd_ensure, |
49 |
| - Stdlib::Absolutepath $path = $systemd::network_path, |
50 |
| - Boolean $manage_all_network_files = $systemd::manage_all_network_files, |
51 |
| - Hash[String[1],Systemd::Interface::Link] $link_profiles = {}, |
52 |
| - Hash[String[1],Systemd::Interface::Netdev] $netdev_profiles = {}, |
53 |
| - Hash[String[1],Systemd::Interface::Network] $network_profiles = {}, |
54 |
| - Hash[String[1],Systemd::Interface] $interfaces = {}, |
| 48 | + Enum['stopped','running'] $ensure = $systemd::networkd_ensure, |
| 49 | + Stdlib::Absolutepath $path = $systemd::network_path, |
| 50 | + Boolean $manage_all_network_files = $systemd::manage_all_network_files, |
| 51 | + Hash[String[1],Systemd::Interface::Link] $link_profiles = {}, |
| 52 | + Hash[String[1],Systemd::Interface::Netdev] $netdev_profiles = {}, |
| 53 | + Hash[String[1],Systemd::Interface::Network] $network_profiles = {}, |
| 54 | + Hash[String[1],Systemd::Interface] $interfaces = {}, |
55 | 55 | ) {
|
56 | 56 | assert_private()
|
57 | 57 |
|
|
0 commit comments