use node[] instead of implied for ohai attributes

This commit is contained in:
jtimberman 2012-09-14 13:14:26 -06:00
parent c37ed18cea
commit 682fe0c10b

View File

@ -16,8 +16,8 @@
# limitations under the License.
default['postfix']['mail_type'] = "client"
default['postfix']['myhostname'] = fqdn
default['postfix']['mydomain'] = domain
default['postfix']['myhostname'] = node['fqdn']
default['postfix']['mydomain'] = node['domain']
default['postfix']['myorigin'] = "$myhostname"
default['postfix']['relayhost'] = ""
default['postfix']['mail_relay_networks'] = "127.0.0.0/8"