On Oct 3, 2008, at 1:04 PM, David Lutterkort wrote:

>
> 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 ?



Derr, I mean "even more ${mymod::foo}".

-- 
The truth is that there is nothing noble in being superior to somebody
else. The only real nobility is in being superior to your former self.
     -- Whitney Young
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com


--~--~---------~--~----~------------~-------~--~----~
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