manifests: use modern os facts
[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, dist-upgrade, autoremove]"
8     }
9   }
10 }