Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform Core
-
Platform Core KANBAN
-
Needs Assessment
-
New Feature
-
Parameters can now be marked sensitive at the class level rather then just the instance level.
-
Manual
Description
Currently we have this lovely dance we need to go through if we need to define a parameter or property as sensitive. You can see examples of this in file.rb and exec.rb (https://github.com/puppetlabs/puppet/commit/abd866a648a32d3895011d25af5d4b3d994669c8) As it currently works, we can only set a specific instance as sensitive. We should be able to say all instances of a particular property/parameter are sensitive when defining it.