Skip to content

Commit

Permalink
(PDK-468) Add parameters field to task metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed Sep 25, 2017
1 parent 8e43f00 commit 1173fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pdk/generators/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def template_data
puppet_task_version: 1,
supports_noop: true,
description: options.fetch(:description, 'A short description of this task'),
parameters: {},
}
end

Expand Down

0 comments on commit 1173fbc

Please sign in to comment.