test/config/cookbooks-ext/three/recipes/default.rb in yyuu-capistrano-chef-solo-0.1.3 vs test/config/cookbooks-ext/three/recipes/default.rb in yyuu-capistrano-chef-solo-0.1.4
- old
+ new
@@ -1,7 +1,8 @@
file "/tmp/three" do
owner "root"
group "root"
mode "0644"
+ content data_bag_item("three", "data")["value"]
end
# vim:set ft=ruby sw=2 ts=2 :