summaryrefslogtreecommitdiff
path: root/chef/spec/data/run_context/cookbooks/test/recipes/two.rb
blob: 01def1b2acb4afd2a71c33f5c4b4bacb308c406b (plain)
1
2
3
4
5
6
7
cat "peanut" do
  pretty_kitty true
end

new_cat "fat peanut" do
  pretty_kitty false
end