On Thu, 2008-10-02 at 11:31 -0500, Luke Kanies wrote:
> In the meantime, though, scoped variables should get you pretty close:
> 
> #manifests/init.pp
> class mymod {
>    $foo = "important stuff
> }
> 
> #manifests/other.pp
> class mymod::other {
>    $other = "even more ${foo}"
> }

Isn't that missing an inherits or include of mymod in mymod::other ?

David



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to