From ebbe84b2d6fda94f3d40c7bbbd95ba48bfddb65d Mon Sep 17 00:00:00 2001
From: Mathew Davies <thepixeldeveloper@googlemail.com>
Date: Thu, 16 Jul 2015 20:38:58 +0100
Subject: [PATCH] Document defaults

---
 packaging/elasticsearch_plugin.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packaging/elasticsearch_plugin.py b/packaging/elasticsearch_plugin.py
index 38303686e8d..818ebb00484 100644
--- a/packaging/elasticsearch_plugin.py
+++ b/packaging/elasticsearch_plugin.py
@@ -47,6 +47,7 @@ options:
         description:
             - Set exact URL to download the plugin from
         required: False
+        default: None
     timeout:
         description:
             - Timeout setting: 30s, 1m, 1h... (1m by default)
@@ -64,6 +65,7 @@ options:
     version:
         description: 
             - Version of the plugin to be installed.
+        default: None
 '''
 
 EXAMPLES = '''