Hi Ryan,

[snip]

This is equivalent to writing include ntp but without just accepting 
> the default behavior and data. 
>

Yes, the following works
 
node testsrv {
class { 'ntp': 
  server_list => [ 'server1', 'server2', 'etc' ], 
} 
}

but I would really like to have this instead

node testsrv { include ntp }
or
node testsrv { include myconfig::ntp }

Is that possible, or are we talking about different things? =)

Hugs,
Sandra

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/k3SGg0Q4KtQJ.
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