From 3f1bbf87bbcc3daa15cd7391b2949b5bf742781b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 16 Sep 2018 22:59:26 +0200 Subject: modules/apt: Ship puppetlabs-apt module v4.5.1. --- code/environments/production/modules/apt/tasks/init.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 code/environments/production/modules/apt/tasks/init.json (limited to 'code/environments/production/modules/apt/tasks/init.json') diff --git a/code/environments/production/modules/apt/tasks/init.json b/code/environments/production/modules/apt/tasks/init.json new file mode 100644 index 0000000..2020005 --- /dev/null +++ b/code/environments/production/modules/apt/tasks/init.json @@ -0,0 +1,10 @@ +{ + "description": "Allows you to perform apt functions", + "input_method": "stdin", + "parameters": { + "action": { + "description": "Action to perform ", + "type": "Enum[update, upgrade]" + } + } +} -- cgit v1.2.3