Try to avoid reserved site keyword
[mirror/dsa-puppet.git] / modules / roles / manifests / pubsub / entities.pp
index d86e7f1..f78ba85 100644 (file)
@@ -58,7 +58,7 @@ class roles::pubsub::entities {
                password => $pet_password,
        }
 
-       $do_hosts = keys($site::localinfo)
+       $do_hosts = keys($deprecated::localinfo)
 
        pubsub::autouser { $do_hosts: }
 
@@ -183,9 +183,6 @@ class roles::pubsub::entities {
                },
        }
 
-       rabbitmq_plugin { 'rabbitmq_management':
-               ensure   => present,
-       }
        rabbitmq_plugin { 'rabbitmq_management_agent':
                ensure   => present,
        }