From 7c561ad05b4566d3fa582ad7d3cce80d4ba9581b Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Sun, 24 Feb 2013 08:32:53 -0700 Subject: [PATCH] scoping for ipaddress update --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/client.pp b/manifests/client.pp index a81691190b..be13203c28 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -6,7 +6,7 @@ $rabbitmq_host = 'localhost', $rabbitmq_user = 'sensu', $rabbitmq_vhost = '/sensu', - $address = $ipaddress, + $address = $::ipaddress, $subscriptions = [] ) {