diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-16 22:55:20 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-16 22:55:20 +0200 |
| commit | 0203c3892bb3b7ce5037fe25ed33096813185379 (patch) | |
| tree | 7d5af5631949d8275aa5291f9b7eb1969dc7079e /code/environments/production/modules/apt/tasks/init.json | |
| parent | 636bddf2ffe042c43f1c56cff5942f73385b3d68 (diff) | |
| download | puppet.KATH-0203c3892bb3b7ce5037fe25ed33096813185379.tar.gz puppet.KATH-0203c3892bb3b7ce5037fe25ed33096813185379.tar.bz2 puppet.KATH-0203c3892bb3b7ce5037fe25ed33096813185379.zip | |
modules/apt: Ship puppetlabs-apt module v4.5.1.
Diffstat (limited to 'code/environments/production/modules/apt/tasks/init.json')
| -rw-r--r-- | code/environments/production/modules/apt/tasks/init.json | 10 |
1 files changed, 10 insertions, 0 deletions
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]" + } + } +} |
