Ok.. munging the tag below to get pas the agressive mailbot administrivia filter. I have a manifest the following: module::foo{"$someVariable": param1=>"x" } modul::bar{"data": 5ubscribe => [Module::Foo["$someVariable"]] } The only way to get past the parsing seems to be to do one of the following: 5ubscribe => [Foo["$someVariable"]] or 5ubscribe => ["Module::Foo[$someVariable]"] but those fail later on. Is there a way to set up these depedencies? I thought about using "before" but since both are scoped in modules I am kinda SOL. -- bk
On Sep 26, 2007, at 2:45 PM, Bryan Kearney wrote:> The only way to get past the parsing seems to be to do one of the > following: > > 5ubscribe => [Foo["$someVariable"]] > or > 5ubscribe => ["Module::Foo[$someVariable]"] > > but those fail later on. Is there a way to set up these depedencies? I > thought about using "before" but since both are scoped in modules I am > kinda SOL.What version is this? I''m pretty sure this was fixed in 0.23.2. -- Writing is not necessarily something to be ashamed of, but do it in private and wash your hands afterwards. --Robert Heinlein --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
hmmm couple of them. one is .20 and one is after. I will try and upgrade the older one. -- bk Luke Kanies wrote:> On Sep 26, 2007, at 2:45 PM, Bryan Kearney wrote: > > >> The only way to get past the parsing seems to be to do one of the >> following: >> >> 5ubscribe => [Foo["$someVariable"]] >> or >> 5ubscribe => ["Module::Foo[$someVariable]"] >> >> but those fail later on. Is there a way to set up these depedencies? I >> thought about using "before" but since both are scoped in modules I am >> kinda SOL. >> > > What version is this? I''m pretty sure this was fixed in 0.23.2. > > -- > Writing is not necessarily something to be ashamed of, but do it in > private and wash your hands afterwards. --Robert Heinlein > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users > >