From: Kevin Reeuwijk Date: Tue, 22 Feb 2022 14:42:49 +0000 (+0100) Subject: Clarify this Task runs apt-get, not apt X-Git-Tag: v8.4.0~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=95c70be4a684d9d368697c88e76a4000c5d2c712;p=puppet-modules%2Fpuppetlabs-apt.git Clarify this Task runs apt-get, not apt --- diff --git a/tasks/init.json b/tasks/init.json index 91cf951..f7a55b8 100644 --- a/tasks/init.json +++ b/tasks/init.json @@ -1,9 +1,9 @@ { - "description": "Allows you to perform apt functions", + "description": "Allows you to perform apt-get functions", "input_method": "stdin", "parameters": { "action": { - "description": "Action to perform ", + "description": "Action to perform with apt-get", "type": "Enum[update, upgrade, dist-upgrade, autoremove]" } }