From e44e2884f3544d5a5a3379b57bc86b73120737eb Mon Sep 17 00:00:00 2001
From: Chris Hoffman <choffman@chathamfinancial.com>
Date: Thu, 28 Feb 2013 20:32:44 -0500
Subject: [PATCH] Updating docs

---
 rabbitmq_vhost | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rabbitmq_vhost b/rabbitmq_vhost
index 196b8f6b1e1..f4330e3052b 100644
--- a/rabbitmq_vhost
+++ b/rabbitmq_vhost
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# (c) 2013, Matt Cordial <matt.cordial@gmail.com>
+# (c) 2013, Chatham Financial <oss@chathamfinancial.com>
 #
 # This file is part of Ansible
 #
@@ -25,6 +25,8 @@ module: rabbitmq_vhost
 short_description: Manage the state of a virtual host in RabbitMQ
 description:
   - Manage the state of a virtual host in RabbitMQ
+version_added: 1.1
+author: Chris Hoffman  
 options:
   name:
     description:
@@ -46,7 +48,6 @@ options:
 examples:
    - code: 'rabbitmq_vhost: name=/test state=present'
      description: Ensure that the vhost /test exists.
-author: Matt Cordial
 '''
 
 class RabbitMqVhost(object):