Skip to content

Commit 165ee9a

Browse files
committed
playing with puppet_hostname
1 parent 84e68e7 commit 165ee9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/vagrant/modules/postfix/templates/main.cf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
1919
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
2020
# information on enabling SSL in the smtp client.
2121

22-
myhostname = <%= puppet_hostname %>
22+
myhostname = <%= @puppet_hostname %>
2323
mydomain = buttonweavers.com
2424
alias_maps = hash:/etc/aliases
2525
alias_database = hash:/etc/aliases
2626
myorigin = <%= puppet_hostname %>
2727
masquerade_domains = $mydomain
28-
mydestination = <%= puppet_hostname %>, localhost.buttonweavers.com, localhost
28+
mydestination = <%= @puppet_hostname %>, localhost.buttonweavers.com, localhost
2929
relayhost =
3030
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
3131
mailbox_size_limit = 0

0 commit comments

Comments
 (0)