From a41a0d4c25a32f2d213d24bf8570de817dff6eac Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 19 Feb 2019 22:51:26 -0500 Subject: use the correct format for the fact script --- modules/mail/facts.d/bind_address | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/mail/facts.d/bind_address b/modules/mail/facts.d/bind_address index 2ba364f..4aef713 100755 --- a/modules/mail/facts.d/bind_address +++ b/modules/mail/facts.d/bind_address @@ -2,4 +2,5 @@ set -eu set -o pipefail +printf "bind_address=" curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address -- cgit v1.2.3-54-g00ecf