X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=tasks%2Finit.json;h=f7a55b876b8a0f93c71a396694af6904b1b967ed;hb=f78c7a2b93b83afebff5b4ead4eadfea3b187403;hp=202000593e6578551eac1a54d07f6def10765db1;hpb=27e46c1f2cd010810899abeb12d58a87a6cc8985;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/tasks/init.json b/tasks/init.json index 2020005..f7a55b8 100644 --- a/tasks/init.json +++ b/tasks/init.json @@ -1,10 +1,10 @@ { - "description": "Allows you to perform apt functions", + "description": "Allows you to perform apt-get functions", "input_method": "stdin", "parameters": { "action": { - "description": "Action to perform ", - "type": "Enum[update, upgrade]" + "description": "Action to perform with apt-get", + "type": "Enum[update, upgrade, dist-upgrade, autoremove]" } } }