]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
syntax
authorStephen Gran <steve@lobefin.net>
Sat, 18 Jan 2014 11:37:11 +0000 (11:37 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 18 Jan 2014 11:37:43 +0000 (11:37 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/client.pp

index 3eb54cb012b6703826ee28669a518b2aff36349b..5ef22d002033c806cedd173320570a5e5bce0897 100644 (file)
@@ -13,7 +13,7 @@ class roles::pubsub::client {
        $rabbit_password = $roles::pubsub::parameters::rabbit_password
 
        package { [
-               'python-dsa-mq'
+               'python-dsa-mq',
                'python-kombu'
        ]:
                ensure => latest,