summaryrefslogtreecommitdiffstats
path: root/modules/mail/facts.d
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-28 23:46:35 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-28 23:46:35 -0500
commit8f8d825f2de1527428c14a992e61a598ff9c1bb4 (patch)
treecf487a12f44f570765a7b3b3e9ebffb670d69bd7 /modules/mail/facts.d
parent7bbe3c7a1546842757de2fb31ee594864d4426b3 (diff)
downloadpuppet-tozt-8f8d825f2de1527428c14a992e61a598ff9c1bb4.tar.gz
puppet-tozt-8f8d825f2de1527428c14a992e61a598ff9c1bb4.zip
typo
Diffstat (limited to 'modules/mail/facts.d')
-rwxr-xr-xmodules/mail/facts.d/bind_address2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/facts.d/bind_address b/modules/mail/facts.d/bind_address
index 8212848..2e8236a 100755
--- a/modules/mail/facts.d/bind_address
+++ b/modules/mail/facts.d/bind_address
@@ -4,5 +4,5 @@ set -o pipefail
address="$(curl --connect-timeout 1 -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address || true)"
if [ -n "$address" ]; then
- printf "bind_address=%s", "$address"
+ printf "bind_address=%s" "$address"
fi