In module A:

define A::foo(....)

In module B:

require A

file{"bar":
    require => A::foo['baz']
}

A::foo{"baz":}

However puppet doesn't seem to like the syntax around 
require=>A::foo['baz'].

Is there a way to do this?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/40bb7271-cda4-4480-9aee-2ebed2e8d828%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to