On Thu, 22 Mar 2012, Luke Bigum wrote:
...
Can you post your code and what you are trying to achieve?

I did put it at the end of my original message, but here it is again...

# Instantiate singleton foo::test, which in turn instantiates # "bar::something"

class { 'foo::test': }

class foo::test {
    class { 'bar::something': }
}


# Alternative "bar::something" manifests

# - This is the one that wins
class foo::bar::something {
    notify { 'poop poop!': withpath => true }
}

# - This is the one I want
class bar::something {
    notify { 'peep peep!': withpath => true }
}

Thanks,

Mark
--
-----------------------------------------------------------------
Mark Dixon                       Email    : m.c.di...@leeds.ac.uk
HPC/Grid Systems Support         Tel (int): 35429
Information Systems Services     Tel (ext): +44(0)113 343 5429
University of Leeds, LS2 9JT, UK
-----------------------------------------------------------------

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to