I can't work this out and I'm getting frustrated. :(
Puppet is complaining:
err: Failed to apply catalog: Could not find dependency
Lvm::Volume_group[bcvg] for Lvm::Application_volume[cache] at
/truth/sauce/env/prod/modules/object_store/manifests/server.pp:47
Yet, if I comment out that line so that puppet runs ok, and then look
at the state.yml file on the client, I see:
"Lvm::Volume_group[bcvg]":
!ruby/sym checked: 2012-10-08 17:05:45.117364 +00:00
Now, according to the puppet docs at
http://docs.puppetlabs.com/puppet/2.7/reference/lang_scope.html,
resource titles are all global.
So.... what gives? By definition, this should not be occurring.
Doug.