You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Puppet with Satellite 6. How to configure puppet modules for different hosts group. For example with I want to manage resolv.conf and ntp.conf with puppet, but wanted to give different values based on server group. For example I have a server group for Dallas servers in which I have a specific set of DNS and NTP servers. For another server group for Austin servers I have different set of DNS and NTP. How I can accomplish this with puppet modules.
Larry
unread,
Jan 23, 2015, 12:13:42 PM1/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
A non satellite way to do this is through Hiera and a custom fact. That is a custom fact would specify site and a hiera lookup for that site would specify values specific for the node.