Skip to content

Commit

Permalink
Update system/short_hostname default in desc in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaccid committed Feb 27, 2014
1 parent d9e9004 commit f85c733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Attributes
See `attributes/default.rb` for default values.

- `node['system']['timezone']` - the system timezone to set, default `UTC`
- `node['system']['short_hostname']` - the short hostname to set on the node, default `localhost`
- `node['system']['short_hostname']` - the short hostname to set on the node, default is `node['hostname']`
- `node['system']['domain_name']` - the domain name to set on the node, default `localdomain`
- `node['system']['static_hosts']` - an array of static hostnames to add to /etc/hosts
- `node['system']['upgrade_packages']` - whether to upgrade the system's packages, default `true`
Expand Down

0 comments on commit f85c733

Please sign in to comment.