[Puppet Users] mco triggered automatic deployments. Effected production/Staging Servers.

2017-02-08 Thread pradeep reddy
Hi All, We are using a ruby script, which uses mcollective API for initiating the puppet run on multiple servers based on the group and track its status. It used to do the rolling deployment or in other words initiate puppet agent on the servers. We are using from three years same setup. But

Re: [Puppet Users] augeas for setting URIEncoding variable in tomcat, server.xml file.

2014-05-08 Thread Pradeep Reddy
after, Connector with "port="8080", and set URIEncoding > to UTF-8. > > It helps to use augtool if you haven't. Try something like: > > $ augtool --transform "Xml.lns incl > /opt/apphome/apache-tomcat-7.0.53/conf/server.xml" > augtool> print /f

[Puppet Users] augeas for setting URIEncoding variable in tomcat, server.xml file.

2014-05-07 Thread Pradeep Reddy
Hi Team, I am using below info in my manifest. URIEncoding="UTF-8" is not present in server.xml. Trying to inject URIEncoding using below augeas syntax. augeas { 'update_server.xml': lens=> 'Xml.lns', incl => "/opt/apphome/apache-tomcat-7.0.53/conf/server.xml",

[Puppet Users] mco ping command from linux puppet master is unable to fetch information about windows servers.

2014-02-21 Thread Pradeep Reddy
Problem Description:- --- 1) mco agent from windows is unable to communicate to linux puppet master. Both the mco agent in windows and mco server in linux are at 2.4.1 versions. Below are the errors in the mcollective.log. Below logs are getting generated when mco ping command i

[Puppet Users] Windows client - mcollective:- incompatible marshal file format (can't be read) error in mcollective.log

2014-02-20 Thread Pradeep Reddy
Hi Team, We are trying to install mcollective in windows, observing errors in mcollective.log. Following are the steps followed to install mcollective in windows. 1) OS:- windows server 2008 R2 64 bit. 2) Installed windows puppet agent 3.4.2. Puppet Master is in Linux box(i.e RHEL 6.4 64 b