Skip to content

Commit

Permalink
use node[] instead of implied for ohai attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 14, 2012
1 parent c37ed18 commit 682fe0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 682fe0c

Please sign in to comment.