Skip to content

Commit

Permalink
Added missing noop params
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Apr 4, 2020
1 parent 0e361ab commit 5101d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion object_templates/class.erb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ class <%= name %> (
Hash $options_auto_conf_hash = {},

Boolean $auto_prereq = true,
Boolean $no_noop = false,

Boolean $noop_manage = false,
Boolean $noop_value = false,
<%- if params -%>
<%- params.each do |param| -%>
<%= param[:type].ljust(max_type_length) %> $<%= param[:name] %>,
Expand Down

0 comments on commit 5101d3f

Please sign in to comment.