summaryrefslogtreecommitdiffstats
path: root/ext/pure_ruby_dsl/dsl_test.rb
blob: 97bb7cc60db7a69e445082a9f30db3f9862b7b6f (plain)
1
2
3
4
5
6
7
hostclass "foobar" do
  notify "this is a test", "loglevel" => "warning"
end

node "default" do
  acquire "foobar"
end