use node[] instead of implied for ohai attributes
This commit is contained in:
parent
c37ed18cea
commit
682fe0c10b
@ -16,8 +16,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
default['postfix']['mail_type'] = "client"
|
default['postfix']['mail_type'] = "client"
|
||||||
default['postfix']['myhostname'] = fqdn
|
default['postfix']['myhostname'] = node['fqdn']
|
||||||
default['postfix']['mydomain'] = domain
|
default['postfix']['mydomain'] = node['domain']
|
||||||
default['postfix']['myorigin'] = "$myhostname"
|
default['postfix']['myorigin'] = "$myhostname"
|
||||||
default['postfix']['relayhost'] = ""
|
default['postfix']['relayhost'] = ""
|
||||||
default['postfix']['mail_relay_networks'] = "127.0.0.0/8"
|
default['postfix']['mail_relay_networks'] = "127.0.0.0/8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user