Thank you so much to all who responded - we've managed to rewrite our
classes to use the mount directive rather (and quite quickly and
painlessly), and it seems a much better way than we had before (using
file and exec resources/directives). Still experiencing the timeouts
during the puppet run whe
I think the symptom is similar. but my my case the daemon run, never
happens. It just starts, creates the lock file as sits idle forever.
On Thu, Nov 10, 2011 at 6:21 PM, Len Rugen wrote:
> I think this is the same problem as one I posted about earlier today.
>
> On Thu, Nov 10, 2011 at 3:23 P
I'm having 2 issues, one like yours, and another where puppet daemon will
work for awhile, then fail, leaving puppetdlock file. Do you have a
puppetdlock file left after your daemon has been running long enough to try
to run? It may be immediately, but we use splay, so have to wait awhile.
On Fr
Hey everyone,
I'm trying to figure out how to manage my /etc/fstab with puppet on
all my servers. Does anybody have an idea for me how to do? I tried it
with augeas but I didn't like the results I got so far... here is what
I've tried:
define conf (
$id = "01",
$spec = " ",
Hello!
Imagine that I have the following in my puppet manifest:
file { '/etc/master.passwd':
mode => 0600,
source => 'puppet:///modules/test/etc/master.passwd',
}
When agent notices that master.passwd should be refreshed, how exactly
does copy process happen?
Is it atomic (e.g. fetch
people,
The problem this time to generate the certificate showing that the
following errors
PUPPET MASTER
[root @ puppet puppet-server] # puppetca - list
[root @ puppet puppet-server] # puppetca - list - all
Puppet-agent03.domain + (C0: 20:0 C: CA: 0D: CE: 0B: B0: FF: 71:51:73:5 B:
16: B6:00)
Hi, I'm a puppet beginner and I'm using quite a few notify{} snippets
to debug my scripts. When I use puppetd --test on the client machine,
I get duplicate messages, one is the clean version (just the text I
want to output) and straight after is a more formal version of my
notification, like the ex
Hi,
I have dabbled with Puppet in previous positions, had success and
loved it. My current employer does not have in place any systems
management tools and is an ideal candidate for another Puppet
installation. I obviously need to run this by a superior before I can
implement it on production syst
On 11 November 2011 00:21, Len Rugen wrote:
> I think this is the same problem as one I posted about earlier today.
>
>
> On Thu, Nov 10, 2011 at 3:23 PM, Chip Schweiss wrote:
>
>> This is on Centos 5.7 with puppet 2.6.9. This installation has been
>> running for about a year and now nearly all
Hello Puppet Cohorts,
I wish to install programs on Windows that do not use the MSI installer.
After finding a guide on-line for silencing most installers
(http://unattended.sourceforge.net/installers.php) I feel confident I can
write a short script for Puppet to "exec" on my hosts to silently in
Yes the lock file is created immediately and never runs. The logs report
"info: Retrieving plugin" as the last thing it tries to do. The puppet
master never shows it makes a connection.
On Fri, Nov 11, 2011 at 8:49 AM, Len Rugen wrote:
> I'm having 2 issues, one like yours, and another where p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I've been using hiera for a few weeks now, but I'm stuck now trying
> to set a value to false
>
> Basically, I have a class that read its parameter in hiera, and in
> a yaml file I have the following code:
>
> --- use_ecrypt_fs: true server_region:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> When agent notices that master.passwd should be refreshed, how
> exactly does copy process happen? Is it atomic (e.g. fetch to some
> temp filename on local filesystem and then rename)?
it does it this way.
~pete
-BEGIN PGP SIGNATURE-
Ver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/07/2011 08:55 PM, Stefan Heijmans wrote:
> The sorting in the log tab on a node report seems to be on the
> level column, which is hard to read when multiple changes take
> place, as notice and info of the actions are on the top and bottom
> of t
Hi Andrew,
On Fri, Nov 11, 2011 at 9:19 AM, wrote:
> Hello Puppet Cohorts,
>
> I wish to install programs on Windows that do not use the MSI installer.
>
> After finding a guide on-line for silencing most installers
> (http://unattended.sourceforge.net/installers.php) I feel confident I can
> wr
Sorry for the slow response on this, it's been a chaotic few days. I'm
still very baffled by this. Could you do something like `find / -name
'architecture.rb'` to see if there's any way there could be another
fact definition for this? Although at this point I'm starting to
suspect bogons.
On Fri,
Ok, will create a feature request for this.
On 11 nov, 18:58, Peter Meier wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 11/07/2011 08:55 PM, Stefan Heijmans wrote:
>
> > The sorting in the log tab on a node report seems to be on the
> > level column, which is hard to read when m
mount { "/vtl/$vtldir":
ensure => mounted,
device => "server:/nfsdir/$vtldir",
atboot => true,
fstype => "nfs",
options =>
"intr,hard,rsize=32768,wsize=32768,proto=tcp,vers=3,nolock",
require =>
Facter 1.6.3 is a maintenance release containing fixes, updates and
refactoring. It resolves issues #7038, #10228, and #10233. Full
release notes below.
This release is available for download at:
http://puppetlabs.com/downloads/facter/facter-1.6.3.tar.gz
See the Verifying Puppet Download secti
No problems, I've isolated the part of manifest that depends on
"architecture", so everything works through a hack right now.
# find / -name architecture.rb
/usr/lib/ruby/vendor_ruby/facter/architecture.rb
/var/lib/vservers/worker/usr/lib/ruby/1.8/facter/architecture.rb
/var/lib/vservers/mongo/us
20 matches
Mail list logo