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 = [] ) {