Skip to content

Commit c8b4649

Browse files
committed
systemd::networkd: reverse the alignment of the class parameters
1 parent 0f45bec commit c8b4649

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

manifests/networkd.pp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
# Gateway=192.168.0.1
4646
#
4747
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 = {},
5555
) {
5656
assert_private()
5757

0 commit comments

Comments
 (0)