Displaying 7 results from an estimated 7 matches for "tonysk8".
Did you mean:
tonys
2011 Apr 07
4
$environment in File source not working
am I doing something wrong?
this seems to never find my .$env file:
source => [
"puppet:///modules/gu_puppet/puppet.conf.$fqdn",
"puppet:///modules/gu_puppet/puppet.conf.$environment",
"puppet:///modules/gu_puppet/puppet.conf.$operatingsystem",
"puppet:///modules/gu_puppet/puppet.conf"
]
It
2011 Jul 26
2
undefined method `initvars'
We are seeing this error in our log files on some clients:
puppetd[15068]: Could not run Puppet configuration client: undefined
method `initvars'' for #<Puppet::Type::Package:0x2aaaabbb4858>
Where do I begin troubleshooting this? The client software versions are:
ruby-1.8.5-5.el5_4.8.x86_64
ruby-libs-1.8.5-5.el5_4.8.x86_64
ruby-shadow-1.4.1-7.el5.x86_64
facter-1.5.8-1.el5.noarch
2010 Mar 18
3
Puppet Client using wrong environment.
Hi,
I exposed few days ago this situation on the IRC, but unfortunately I
haven''t found a way to solve it yet.
I run the Puppet Master with multiple environments, and everything is
working good but a couple of nodes that are causing me some troubles.
These nodes are pointing to my production environment and I need to point
them back to development to grab some changes I made.
I
2010 Apr 12
10
Cron question
Hello,
Why the following lines doesn''t work?
cron { "app" :
command => ""nice -n -10 /usr/bin/php
/var/www/public_html/rotinas/rotinas.php 2>&1>> /var/log/app.log",
environment => "PATH=$PATH",
user => root,
hour => ''*'',
minute =>
2010 Nov 16
0
Plugin dependencies
Hi,
I''m attempting to move from 0.24.x to 2.6.x :) trying to fix all those parts
that have changed, and found that the use of plugins we are doing is
probably not the best approach hoping you can help me with comments
regarding this use case.
In our working 0.24.x environment we had to make use of plugins to add an
attribute in the package.rb, something like:
*newparam(:ignoredeps)*
2011 Apr 07
12
Mutliple custom facts not showing in facter
Hi,
I''ve noticed that defining multiple facts in one file is possible, and
puppet can make use of them correctly, but when trying to call with facter
--puppet they are not shown, do I need something special to make them work
as any other single custom fact?
Master is running 2.6.7
This is a custom fact with two facts in it:
[modules/foobar/lib/facter/foobar.rb ]
require
2010 Apr 09
7
Yum provider using version-release as version?
Hi,
I''m using yum as our package provider and having an issue. Puppet is
complaining of the version, this is the code I''m trying to implement:
$snmp_version = "5.3.2.2"
package { "net-snmp": ensure => "${snmp_version}"; }
On the client I got:
debug: //Node[client.example.com]/snmp::base/Package[net-snmp]: Changing
ensure
debug: