"This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut...
[puppet-modules/puppetlabs-apt.git] / tasks / init.json
index 202000593e6578551eac1a54d07f6def10765db1..f7a55b876b8a0f93c71a396694af6904b1b967ed 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "description": "Allows you to perform apt functions",
+  "description": "Allows you to perform apt-get functions",
   "input_method": "stdin",
   "parameters": {
     "action": {
-      "description": "Action to perform ",
-      "type": "Enum[update, upgrade]"
+      "description": "Action to perform with apt-get",
+      "type": "Enum[update, upgrade, dist-upgrade, autoremove]"
     }
   }
 }