[Puppet Users] High Availability of Puppet server for separate geographical location

2013-04-29 Thread shyam sundar Keshari
Hi Team, I have to configure puppet server in Primary-Secondary mode for 2 distributed location . Site A is already running 1 Puppet server .Now I need to configure another puppet secondary server at site B ,so that all client at location B ,only connect to that server .And site A puppet client

Re: [Puppet Users] Re: High Availability of Puppet server for separate geographical location

2013-05-19 Thread shyam sundar Keshari
Hi , Thanks all for your knowledge sharing on mine Query .So after all I planned to make Individual Puppet master for each locations . Thanks Team On Tue, May 14, 2013 at 8:56 PM, Felipe Salum wrote: > If you don't need to backup your puppetca, how do you carry over to a > standby puppetca se

[Puppet Users] Regarding puppet server + foreman + passenger + Mcollective + RabbitQ setup guide with latesh centos OS

2013-09-10 Thread shyam sundar Keshari
Hi Team, Kindly guide me to setup puppet server + foreman + passenger + Mcollective + RabbitQ on cenots Latest OS with latest version of Puppet and all other components. Does anyone has any script for this which install all at once . Thanks in Advance -- You received this message because you a

[Puppet Users] USing forman 1.2 + puppet 3.0

2013-09-23 Thread shyam sundar Keshari
Hi All, I have install saz/ssh module .Now I have to use file like sshd_config to configure puppet client and issue is that I have to use different sshd_config for each host and similarly different ntp file for most of host . In foreman I can see the option for example, force same configuration

[Puppet Users] module customization + using foreman 1.2 + puppet 3.0

2013-09-23 Thread shyam sundar Keshari
Hi All, I have installed ssh module by command: puppet module install saz/ssh and it's configured for production server . But I am not able to configure sshd_config file for each host separately . How can I define specific source file for specific host using foreman Thanks in Advance -- Yo

[Puppet Users] foreman 1.2 + puppet 3.0 + puppet module install erwbgy/system

2013-09-30 Thread shyam sundar Keshari
Hi Friends, Kindly guide me in configuring the correct syntax of this module with foreman 1.2 When executing puppet agent --test getting below error : Error: Could not retrieve catalog from remote server: Error 400 on SERVER: config is not a hash or array when accessing it with servers at /etc

[Puppet Users] Kindly get me to use foreman1.2 + hiera + puppet

2013-10-11 Thread shyam sundar Keshari
Hi Friends, Looking for this option to use foreman 1.2 + hiera + puppet . If anyone integrated this Kindly share the configuration steps . Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and st

[Puppet Users] Kindly share Modules of CLAMV for Centos ,Ubuntu,Suse

2014-06-24 Thread shyam sundar Keshari
Hi Team , If anyone has puppet modules to install and configure Clamav on Different linux flavor like Suse ,Centos and Ubuntu with feature like scan report Kindly share . Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

Re: [Puppet Users] Kindly share Modules of CLAMV for Centos ,Ubuntu,Suse

2014-06-24 Thread shyam sundar Keshari
: > > > https://forge.puppetlabs.com/modules?utf-8=✓&sort=rank&q=clamav > > > > > > On Jun 24, 2014, at 5:03 PM, shyam sundar Keshari > wrote: > > Hi Team , > > If anyone has puppet modules to install and configure Clamav on > > Different linux fl

[Puppet Users] team need some guidelinees ,like how to do software install and uninstal on windows using Active directory OU on windows

2015-03-25 Thread shyam sundar Keshari
Hi Team , I am using puppet with latest verion 3.7 . Some new requirement come up like do software installation and un-installation on Windows operating system and hostname for this machine I need to get from Active directory OU list and then apply puppet policy accordingly . So if any1 has

[Puppet Users] Need support to add users in Group and remove + ldap users

2016-03-06 Thread shyam sundar Keshari
Hi Friends, Need your help to complete 1 task describe below : 1.>Need to add users (ldap user) in wheel group 2.>Remove user from wheel group . I am able to add using below steps : user { 'shyam.kumar':- shyam.kumar (ldap user not locally created ) gid => '11000',