Merge pull request #710 from TMGMedia/circular-dep-fix
[puppet-modules/puppetlabs-apt.git] / tasks / init.json
1 {
2   "description": "Allows you to perform apt functions",
3   "input_method": "stdin",
4   "parameters": {
5     "action": {
6       "description": "Action to perform ",
7       "type": "Enum[update, upgrade]"
8     }
9   }
10 }