]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - init.json
f7a55b876b8a0f93c71a396694af6904b1b967ed
[puppet-modules/puppetlabs-apt.git] / 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 }