Hi,
I'm looking at setting up some tests for the defined types in my manifests
(probably using rspec) to test that node <foo> with facts <bar> applying define
<baz> with params <gronk> creates a catalogue with the following resources...
Basically, I want to generate the catalogue for the following and then inspect
it's contents.
node "foo" {
baz { 'name':
test => value,
}
}
Looking over Puppet::Node, I can see how to apply classes to a host, but
nothing about individual resources. If someone could point me in the right
direction, that'd be greatly appreciated.
Thanks,
Tim
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.