search for: staicu

Displaying 8 results from an estimated 8 matches for "staicu".

Did you mean: staic
2012 Oct 09
6
upgrade to 3.0, ruby and rhel 5
Hi all, I wanted to upgrade today the clients to 3.0 but, for RHEL 5, ruby 1.8.7 is not in the official repos. If we upgrade from the official (1.8.5) package to the puppetlabs provided one, there is a good chance that we will lose support for several applications that we are running. Is there a way around this? (except upgrading to PE, which will come next year :D ) Thanks. -- You received
2012 Oct 31
5
how to trigger puppet run on agents remotely
Hello Everybody, I am looking for a way to trigger puppet rum remotely. so that i don''t need to login into individual nodes and perform the puppet agent --test from there. Is there any alternative to puppet kick in puppet 3.0, since its being deprecated in telly. Also , can anybody tell how to configure foreman 1 to trigger puppet run from the gui in puppet
2012 Jun 08
2
certname=hostname SSL errors
Hi all, I ran into the following problem: Until now, i used fqdn as certname (i.e. had no certname defined in puppet.conf, so defaults applied) and everything worked fine. However, I wanted to use tthe short hostname as certname, so I redeployed the puppet.conf file, re-generated the certificates and signed them, and removed the old certificates from the master. Now I have the following status:
2013 Apr 26
7
passwordless ssh
What is the best and easy''t way to let all nodes ssh passwordless to each other ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com.
2012 Aug 29
1
dmz network configuration
Hi all, I need to install puppet agent on some DMZ hosts, so I need to have all TCP ports. Can anyone tell me what the data flow is between agents and the master? Also, what would be the case when using MCollective, inseatad of puppet kick? Thanks. -- Beware of programmers who carry screwdrivers! -- You received this message because you are subscribed to the Google Groups "Puppet
2013 Mar 26
0
Solved: Can't convert Puppet::Util::Log into Integer
...t; > 1) File ownership on your master: > > # chown -R puppet:puppet /etc/puppet /var/lib/puppet > > 2) Upgrading to 3.1.1. > > If that doesn''t work then post your puppet.conf. > > - Keith > > - Keith > > > On 26 March 2013 09:04, Andrei-Florian Staicu <andrei.staicu@gmail.com>wrote: > >> Hi all, >> >> Could anyone help me at least start debugging this issue? >> All agents have the same error, but i can''t find anything on the >> master-side logs. And the agent-side logs are non-existent (/var/log/pu...
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
Hi all, Could anyone help me at least start debugging this issue? All agents have the same error, but i can''t find anything on the master-side logs. And the agent-side logs are non-existent (/var/log/puppet is empty). Thanks. Versions: Master: Red Hat Enterprise Linux Server release 6.3 puppet-server-3.1.0-1.el6.noarch puppetdb-1.1.1-1.el6.noarch puppetdb-terminus-1.1.1-1.el6.noarch
2012 Oct 16
1
ERB template, both client and master data
Hi all, I''m trying to build a motd template for all my linux machines. This should contain two type of variables: - client side (from facter), like operatingsystem and architecture - supplied by the master, after parsing a text file (or querying a mysql db), like description and location. So. Where are the template variables evaluated? On the client or on the master? Any hints on how I