Uma resposta de um grupo de usuários de marionetes do Google :
Defined resources aren't included. They are declared, just like other resources. You might do this:
notify { "woo!": }
And if you define a resource called "foo", then you can also do this:
foo { "woo!": }
Reading through the serverless puppet guide (also at docs.puppetlabs.com) might be a better introduction than the language guide.