Skip to content

Commit 7c561ad

Browse files
committed
scoping for ipaddress update
1 parent c1f8f50 commit 7c561ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/client.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$rabbitmq_host = 'localhost',
77
$rabbitmq_user = 'sensu',
88
$rabbitmq_vhost = '/sensu',
9-
$address = $ipaddress,
9+
$address = $::ipaddress,
1010
$subscriptions = []
1111
) {
1212

0 commit comments

Comments
 (0)