vendored/puppet/lib/puppet/pops/loader/task_instantiator.rb in bolt-0.7.0 vs vendored/puppet/lib/puppet/pops/loader/task_instantiator.rb in bolt-0.8.0

- old
+ new

@@ -52,10 +52,11 @@ tf = Types::TypeFactory params_t = tf.hash_kv( Types::Task::PARAMETER_NAME_PATTERN, tf.struct( tf.optional('description') => tf.string, - tf.optional('type') => Types::PStringType::NON_EMPTY + tf.optional('type') => Types::PStringType::NON_EMPTY, + tf.optional('sensitive') => tf.boolean ) ) @type_hash_t = tf.struct( tf.optional('description') => tf.string,