Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
1
-
2022.07.26-08.23 (TechPubs)
-
Needs Assessment
Description
https://puppet.com/docs/puppet/7/lang_data_boolean.html says "accepts no parameters". But the Boolean type actually accepts a parameter of either true or false, e.g. Boolean[true] $b, which restricts the accepted data to the value given as a parameter.