You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/master.pp
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@
46
46
# ['serialization_format'] - defaults to undef, otherwise it sets the preferred_serialization_format param (currently only msgpack is supported)
47
47
# ['strict_variables'] - Makes the parser raise errors when referencing unknown variables
48
48
# ['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']
0 commit comments