"This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut...
[puppet-modules/puppetlabs-apt.git] / tasks / init.json
1 {
2   "description": "Allows you to perform apt-get functions",
3   "input_method": "stdin",
4   "parameters": {
5     "action": {
6       "description": "Action to perform with apt-get",
7       "type": "Enum[update, upgrade, dist-upgrade, autoremove]"
8     }
9   }
10 }