Files
SecGen/modules/build/puppet/apt/tasks/init.json

11 lines
238 B
JSON

{
"description": "Allows you to perform apt functions",
"input_method": "stdin",
"parameters": {
"action": {
"description": "Action to perform ",
"type": "Enum[update, upgrade, dist-upgrade, autoremove]"
}
}
}