Skip to content

Commit b36debb

Browse files
committed
Respect puppet::server::additional_settings parameter
Previously it was read from the main puppet class, instead of puppet::server (which in turn defaulted to the parameter from the main class).
1 parent 689d121 commit b36debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
}
9797

98-
$puppet::server_additional_settings.each |$key,$value| {
98+
$puppet::server::additional_settings.each |$key,$value| {
9999
puppet::config::server { $key: value => $value }
100100
}
101101

0 commit comments

Comments
 (0)