Skip to content

Commit

Permalink
FC001: prefer strings in node attributes (for now, for consistency).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Nov 12, 2012
1 parent 6a550f7 commit ffa8f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/rvmrc.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rvm configuration
#
# Generated by Chef for <%= node[:fqdn] %>
# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overwritten.
#
<% if @root_install -%>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/vagrant-chef-client-wrapper.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# RVM-aware chef-client wrapper
#
# Generated by Chef for <%= node[:fqdn] %>
# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overridden

if [[ -d "<%= node['rvm']['root_path'] %>" ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion templates/default/vagrant-chef-solo-wrapper.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# RVM-aware chef-solo wrapper
#
# Generated by Chef for <%= node[:fqdn] %>
# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overridden

if [[ -d "<%= node['rvm']['root_path'] %>" ]] ; then
Expand Down

0 comments on commit ffa8f0d

Please sign in to comment.