Dear readers,

I would like to use the saz-ntp module from
https://github.com/saz/puppet-ntp

When installed the class is called "ntp".

Ideally would I like each node to look like

node testsrv { include ntp }


Problem

I don't want to modify the downloaded module, but I would like to be able 
to specify my own ntp servers

class { 'ntp': server_list => [ 'yourLocalServer1', 'yourLocalServer2', ] }


Question

Is it possible to override the ntp class name, so I can create an ntp class 
with contains my ntp server names?

Or is it possible to create an myconfig::ntp so the node would just become?:

node testsrv { include myconfig::ntp }


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/-/v9yh3GsPKUAJ.
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