i still have issue with the facter 1.5.1/2 on my freebsd boxes. It seems
unable to find the 'domain' any more. I finish by taking the domain from
the 'search' parameter in the resolv.conf wich is not good at all for me.
i browsed the code and i cannot find significant differences between the
1
On Sep 17, 3:32 pm, "Evan Hisey" <[EMAIL PROTECTED]> wrote:
> Can puppet actually call modules form inside other modules? I thought
> that it could, put after more looking and working it seems that the
> rpbolems I have been running to may in fact be caused by puppet _not_
> being able to call mod
On Sep 17, 7:02 pm, pfleming <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to manage war files on several tomcat servers. Here is
> what I'm trying to do:
>
> I have a source directory with war files that I want to sync to the
> nodes. The nodes mount this directory via nfs.
> When a change is detec
On Sep 17, 7:40 pm, Larry Ludwig <[EMAIL PROTECTED]> wrote:
> With 700 hosts you should be centralizing your syslog. From that you
> can send the puppetd data to a central server and see your output.
And for making sense of all those log entries I can't recommend
Splunk[1] high enough. I have a
Richard,
Please elaborate on what you believe would be harder to maintain than the
script.
On Thu, Sep 18, 2008 at 5:00 AM, Richard <[EMAIL PROTECTED]> wrote:
>
> On Sep 17, 7:02 pm, pfleming <[EMAIL PROTECTED]> wrote:
> > Hi, I'm trying to manage war files on several tomcat servers. Here is
>
I've set up puppet and had it running, but never bothered to set up an
version control. I've decided it is time to get it all in version
control as the system is about to become production and I need to keep
track of who is changing things and what is being changed.
I am looking at storing all m
Splunk is in the works, puppet was the first step in the formula.
We do have a centralized log server, it's just that not all the client
boxes have the proper syslog-ng config in place - another think that
puppet was supposed to "fix" but since it's not doing anything, I'm
SOL.
I have enabled rep
I understand your frustration with this problem, but you've now
mentioned in almost every email that puppet is "not doing anything",
"puppet isn't doing it's job", and "it's not doing anything". Since
there are many happy users of puppet, it's a good indicator that
puppet does indeed work, and it
OK so I'm looking at one client machine, and it looks like the
information in /var/puppet/state/ is out of date by about a week.
Shouldn't those files get recreated anytime that puppetd runs?
Also I'm runing puppetd --verbose, but not seeing anything in /var/
puppet/log/
I have the following in p
Hi,
On Thu, 2008-09-18 at 06:56 -0700, Leah wrote:
> I am looking at storing all my configs in Git as that seems to be the
> version control of choice here and it's time I learned it. I was
> wondering what other people do to automatically update their puppet
> server with the latest version fro
Brian,
Sorry for getting a little bent out of shape, it's just that my boss
is pushing on me, etc. etc.
Anyways, I think I see an issue.
I saw this in the log file on a client, and I bet I'll see it on many
others if I looked.
Sep 18 10:48:55 puppetd[17896]: [ID 702911 daemon.error] Could not
Josh, that's this bug:
http://projects.reductivelabs.com/issues/show/1551
and a simple server side patch will fix it, you can find the patch here:
http://github.com/nigelkersten/puppetmaster/commit/65ce150b04e46cfb572d9d2682bf5d9a3b37da68
I'm not sure why more people haven't seen this. Does eve
Nigel,
Thanks *phew* that was an easy one line fix!
I had upgraded the server from 0.24.4 to 0.24.5 trying to troubleshoot
another issue, and introduced this one.
Oh well, live and learn.
I'll keep my eyes posted, see if the catalogs get run now on the
client machines.
JOsh
On Sep 18, 11:29
heh. This bug taught us something valuable though.
When testing new versions, running with "--test" isn't a good test :) as it
ignores the local cache, and thus will never hit this bug
On Thu, Sep 18, 2008 at 8:41 AM, josh <[EMAIL PROTECTED]> wrote:
>
> Nigel,
>
> Thanks *phew* that was an
So I made the change on the server roughly 30 minutes ago, hopefully
within a few hours most of the clients will have checked back in to
the server and downloaded the catalogs fresh (I shouldn't need to
restart puppetd or remove /var/puppet/state on the clients should I?)
Josh
On Sep 18, 11:44
> Modules most certainly can be called from within other modules. Most
> of the time when I have had problems is has been because the names of
> the module didn't match the class name in the init.pp. Double check
> your names and try again.
>
Okay this is what I thought, but here is what I have
On Thu, Sep 18, 2008 at 11:14 AM, Evan Hisey <[EMAIL PROTECTED]> wrote:
>> Modules most certainly can be called from within other modules. Most
>> of the time when I have had problems is has been because the names of
>> the module didn't match the class name in the init.pp. Double check
>> your
It looks like puppet detects a change in mtime (although I specified
md5) and runs the dependencies but does not copy the files.
Thanks,
Pete
From: puppet-users@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Shafer
Sent: Wednesday, September 17,
Luke Kanies <[EMAIL PROTECTED]> wrote on 16/08/2008 22:53:30:
> On Aug 8, 2008, at 9:01 AM, [EMAIL PROTECTED] wrote:
> >
> > When using winbind with "winbind enum groups = no" parameter set (as
> > recommended and necessary in large domains), the following code
> > fails with
> > "Could not find g
[EMAIL PROTECTED] wrote:
> I'm now running 0.24.5 & still have the same problem. I also tried
> Nigel's fix @
> http://github.com/nigelkersten/puppet/tree/c1a6adb84ecdcc1c2a2657b4d603c96ae3282125/lib/puppet/provider/nameservice/directoryservice.rb
> but it didn't help me.
>
> I guess the next step
I use a rake task:
desc "Install your manifests"
task :install => [ :update, :test ] do
sh %{git push}
sh %{ssh #{MASTER} 'cd /etc/puppet; sudo git pull'}
end
2008/9/19 Leah <[EMAIL PROTECTED]>
>
> I've set up puppet and had it running, but never bothered to set up an
> version control. I've
21 matches
Mail list logo