On Mon, Aug 13, 2012 at 9:37 AM, Zachary Stern <z...@enternewmedia.com> wrote:

>
> class puppet (
>>   $server = $puppet::params::server
>> ) include puppet::params {
>> ...
>> }
>>
>
> If I'm already specifying scope, e.g. $server = $puppet::params::server,
> why do I also need the include?
>

Sorry typo:

class puppet (
  $server = $puppet::params::server
) inherits puppet::params {
...

Nan

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