1 2 3 4 5 6 7
hostclass "foobar" do notify "this is a test", "loglevel" => "warning" end node "default" do acquire "foobar" end