Skip to content

Commit bf16e24

Browse files
author
Tim Meusel
committed
fix missing variable declaration
1 parent 6ff7f73 commit bf16e24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/master.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
# ['serialization_format'] - defaults to undef, otherwise it sets the preferred_serialization_format param (currently only msgpack is supported)
4747
# ['strict_variables'] - Makes the parser raise errors when referencing unknown variables
4848
# ['always_cache_features'] - if false (default), always try to load a feature even if a previous load failed
49+
# ['serialization_format'] - defaults to undef, otherwise it sets the preferred_serialization_format param (currently only msgpack is supported)
50+
# ['serialization_package'] - defaults to undef, you can specify a package name that provides ['serialization_format']. If undef, a gem will be used named like ['serialization_format']
4951
#
5052
# Requires:
5153
#
@@ -113,6 +115,7 @@
113115
$upstream = $::puppet::params::upstream,
114116
$backend_process_number = $::puppet::params::backend_process_number,
115117
$serialization_format = undef,
118+
$serialization_package = undef,
116119
$always_cache_features = false,
117120
) inherits puppet::params {
118121

0 commit comments

Comments
 (0)