I take that back... I get something that looks "more real" when passing
a manifest to apply. However, I'm not at all clear what I'm supposed to
be passing to find. The code seems to suggest it should be call with
`Puppet[:certname]` but I seem to get back essentially the same object
that has a #name of anything I pass to #find.
[8] pry(clihelper)> foo.find(:foobar).name
Debug: Loading external facts from /home/vagrant/.puppet/var/facts.d
Info: Loading facts
Debug: Loading facts from /home/vagrant/puppet-jenkins/lib/facter/jenkins.rb
Info: Loading facts
Debug: Loading facts from /home/vagrant/jenkins/lib/facter/jenkins.rb
Notice: Compiled catalog for foobar in environment production in 0.01
seconds
=> :foobar
?
-Josh
--