Displaying 20 results from an estimated 1000 matches similar to: "Master of Puppet article on Linux Magazine''s site"
2008 Feb 01
3
"Could not retrieve dependency" error
Hi,
I''m getting a "Could not retrieve dependency" error and I can''t figure why.
Someone got a cluestick for me?
I''m using the following simplified configuration to ensure sshd is running
and gets reloaded when the config file changes:
---- site.pp ----
import "classes/sshd.pp"
node obsd42 { include ssh-server }
node debian40 { include
2007 Jul 19
5
Perhaps greater integration with RedHat?
https://build-automation.108.redhat.com/
Just a thought that it might get some more press.
Trevor
2007 Dec 19
7
Kerberos for authentication?
Greetings!
Are there any plans of using Kerberos for authentication in addition to (or
in place of) SSL certificates in Puppet?
Kerberos provides mutual, cryptographically strong authentication. A number
of different services are Kerberos-enabled (SSH, NFSv4 and HTTP are common
examples), and thus use the same authentication mechanism system-wide. At our
site, almost all services and users are
2007 Mar 30
7
subversion and /etc/puppet
I''m trying to come up with a way to manage /etc/puppet on the Puppet
server from my workstation. My idea was to place all of /etc/puppet
into subversion, check it out to my workstation, commit via ssh, and
then use a post-commit to update /etc/puppet. That way any time I
made a change in /etc/puppet it would be immediately updated and ready
for the next puppetd run. Problem is the
2007 Mar 09
10
Add the ability to ''eval'' ruby code in exec type?
Hi,
Anyone think this is a good idea? I have found that there are some
exec tasks that I am making that just shell out to ruby to do a one /
two line script in the exec line, was thinking it would be nice to
have an option for exec to tell it to just eval ruby code passed to
it, e.g.
exec {
''eval: code to evaluate'':,
...
}
I know Lane wants users to turn execs into new
2001 Feb 01
3
Error in download pkg
Dears ,
I have the follow error when i want too use function abcnon of package
bootstrap :
Warning message:
Package `bootstrap' contains no R code in: library(bootstrap)
Can you help me !
Thx.
AXA Corporate Solutions
Nouveaux Produits
Nour-Eddine HAKIM
52 Rue d'Amsterdame - 75009 Paris - France
Tel (+33 1) 56 92 97 48
Fax (+33 1) 56 92 97 40
E-Mail : noureddine.hakim at
2007 Jun 06
9
"not authorized" when testing mongrel support
Hi,
We''re trying to follow the instructions at
http://reductivelabs.com/trac/puppet/wiki/UsingMongrel
(Just using a single puppetmaster/mongrel instance and plain mod_proxy for now,
instead of balancer one)
We got past the "Server is not a class" error by modifying mongrel.rb
We also kind-of got past the:
/opt/bin/puppetmasterd:293: undefined method `daemonize'' for
2000 Dec 28
1
function write
Dear R users,
how can i export data from R to excel (or text file)?
i use write funstion but i ve the following error message :
write(charlotte,"h:/hakim/charlotte/essai3.txt",nc=2)
Error in cat(list(...), file, sep, fill, labels, append) :
argument 1 not yet handled by cat
thx.
AXA Corporate Solutions
Nouveaux Produits
Nour-Eddine HAKIM
52 Rue d'Amsterdame - 75009
2011 Sep 01
4
readBin fails to read large files
Posting for a friend
Begin forwarded message:
From: "Geier, Florian" <florian.geier08@imperial.ac.uk<mailto:florian.geier08@imperial.ac.uk>>
Subject: Fwd: readBin fails to read large files
Date: September 1, 2011 4:10:53 PM GMT+01:00
To:
Begin forwarded message:
Date: 1 September 2011 16:01:45 GMT+01:00
Subject: readBin fails to read large files
Dear all,
I am trying
2009 Aug 18
1
function merge()
Hi,
Actually, i use the function merge like this:
(Data1 <- Data1[1:7,1:3])
Policy.Number AXA.Entity Country
1 1060000077 BNL BNL
2 4001023 CH BNL
3 1060000006 UK BNL
4 4001025 CH BNL
5 6.00E+13 USA BNL
6 6100001 UK BNL
7 4001028 USA BNL
> Data2 <-
2007 May 29
1
Tunnelling Puppet over SSH
I work at a large financial institution (AXA) and we have a large number
of DMZs for our partner and internet-facing servers.
The only access to the various DMZs is via SSH and no DMZ-initiated
connections are allowed back to the internal network. I''d consider
putting a Puppet server in the DMZ but no communication is allowed
between DMZs either.
Has anyone tried tunnelling Puppet
2009 Aug 17
4
number in R
Hi,
i export data from an csv file like this :
Data <- read.csv2("c:/Art.csv",sep=",") # import data into R
> Data <- Data [1:5,1:5]# extracting the first 5 rows and columns
> Data
Policy.Number AXA.Entity Country LoB ccy.data
1 6e+13 BNL BNL P EUR
2 6e+13 USA BNL P EUR
3 6e+13 UK BNL
2007 Jul 17
5
Recommended way to set $FACTERLIB?
Is there a recommended way to set $FACTERLIB so that Puppet will be able
to access custom facts when running as a Red Hat service?
If I export $FACTERLIB=/var/puppet/facts and then run Puppet manually I
have no problems, but I''m not sure how I should be setting $FACTERLIB
when Puppet is running automatically.
Cheers,
James
2007 Mar 30
2
Reduced usability of the new Puppet website design?
Hi all,
While I can understand the desire to customise the default Trac site,
the new website design appears to me to be a step back in terms of
usability in two areas.
Firstly, the top fixed navigation banner and bottom Trac banner take up
valuable screen space no matter when you have scrolled to in the page.
I also find them quite distracting from the content that I''m trying to
read.
2007 Apr 05
4
Preferred method for setting customer facts?
I''ve checked out the page on adding custom facts for Facter and I see
that there are a number of ways to do this. Is there a preferred method
of setting system-wide facts?
In this case, I''d like to set a "Location" fact which represents the
data centre a server is in.
Cheers,
James
*********************************************************************************
2007 May 18
4
Requiring Yum be installed before classes use it as a provider
I''m in the process of creating Puppet classes to install Munin via Yum
on my RHEL4 hosts. Before Yum can be used as a provider, it obviously
needs to be installed.
I''ve tried requring the Yum package in the Munin classes but I still get
an error about "Provider ''yum'' is not functional on this platform".
Is there an easy way to require the yum class
2007 Sep 26
3
"warning: Could not get config; using cached copy" error with latest puppet release
I''m receiving a "warning: Could not get config; using cached copy" when
running "puppetd --test" with the latest puppet and puppet-server RPMs
from dlutter''s site.
Has anyone else seen this problem or can give me an idea of where to
start looking for the problem?
James
*********************************************************************************
2007 Apr 19
15
Puppet rpm packages for RHEL4 x86_64?
Just wondering if anyone has built (or found) Puppet rpm packages for
RHEL4 x86_64 version.
James
*********************************************************************************
Important Note
This email (including any attachments) contains information which is
confidential and may be subject to legal privilege. If you are not
the intended recipient you must not use, distribute or copy this
2007 May 28
12
Anyone using storeconfigs with a DB other than sqlite?
Just wondering if anyone is using a backend database other than sqlite,
and if so, how easy/hard it was to configure.
I''m constantly receiving "SQLite3::BusyException: database is locked..."
which I presume is due to sqlite''s relatively coarse locking method.
Cheers,
James
--
Senior Linux Platform Engineer
Midrange Services
AXA Technology Services - Asia Pacific
2007 Apr 13
7
"Parsed Providers must define a default target" error
I''ve just noticed that Puppet is failing to automatically apply changes
when running as a Red Hat service.
Changes get applied with no problems or errors when I run Puppet
manually with "puppetd --test" but fail with a "Could not apply complete
configuration: Parsed Providers must define a default target" error in
/var/log/messages when the service runs automatically