projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Qualify property names
[chef.git]
/
cookbooks
/
imagery
/
resources
/
site.rb
diff --git
a/cookbooks/imagery/resources/site.rb
b/cookbooks/imagery/resources/site.rb
index e4c2c6f86257a5e6805468bc34a7306bd79a92f7..aa5d8ebf20832f641369c24a0bcc7d581a82606d 100644
(file)
--- a/
cookbooks/imagery/resources/site.rb
+++ b/
cookbooks/imagery/resources/site.rb
@@
-52,7
+52,7
@@
action :create do
user "root"
group "root"
mode 0o644
- variables :title => title
+ variables :title =>
new_resource.
title
end
cookbook_file "/srv/#{new_resource.site}/imagery.css" do