Hi All,
Possibly a very simple thing I'm missing, but how do you renew the Puppet
Master's ssl certificate without breaking the client/master relationships?
A copy of the email to root that prompted this email is below
Cheers,
Jamie
# SSL Certifica
Puppet Developer Certification. You can get more
details about both types of certification, take practice tests, or
find the closest testing center (available around the world):
https://puppetlabs.com/services/certification/
Thanks,
Jamie
Puppet Certification Team
--
You received this message
I'm currently defining nagioscontacts one-by-one like so;
@@nagios_contact { username1:
ensure => present,
use => "generic-contact",
contact_name => username1,
alias => "user1",
email => "emailaddress1",
target => "/etc/nagios/conf.d/co
I would like some help trying to accomplish something. I have a user
define as shown in the first example. Each user with an SSH key needs 2 of
them though, one as a normal login key, and the other is the same key but
is for the "git" user (all ssh git access done via this "git" user). Is
th
I've done this using gems. I build Ruby from source (I use --prefix but
not sure if it's required) and then use the new gem executable to install
Puppet as gem. Works great for me if you can use gems
BTW, I did this because we use CentOS 5 and I wanted to use Ruby 1.9.x +
Puppet 3.x and had t
eed to modify the ruby dependencies and the
> rubylib.
>
> On Tue, Oct 16, 2012 at 12:15 PM, Jamie >
> wrote:
> > Is it possible to tell Puppet (and Facter for that matter) to use a
> custom
> > Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5
>
BTW, I want to do this so that I can upgrade to Puppet 3
On Tuesday, October 16, 2012 12:15:30 PM UTC-7, Jamie wrote:
>
> Is it possible to tell Puppet (and Facter for that matter) to use a
> custom Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5
> without co
Is it possible to tell Puppet (and Facter for that matter) to use a custom
Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5 without
converting the entire host to only use the custom version?
I'm in an environment where we're stuck on CentOS 5 for some time and it's
ancient Ru
Have you had any luck with puppeting mysql51-server or mysql55-server ?
Everything I've read suggests the $operatingsystem won't work for name on
packages and the application tries to keep installing as posted here:
https://groups.google.com/forum/?fromgroups#!topic/puppet-users/Yc1Et5dSAHM
Co
>How have you been handling the differences between centos/rhel and
>fbsd? If statements? I am going the other way where I have manifests
>written mostly for fbsd and now will add rhel/debian specific stuff.
A lot of it is hack and slash with modules for the net, we've been adding
in the opera
dkw, that worked!
Now I only need to use: package { 'mytop': ensure => installed }
I can't tell you how happy I am!
Thank you!!!
Jamie
On Monday, 23 April 2012 14:54:03 UTC+1, dkw wrote:
>
> Howdy:
>
> On Mon, Apr 23, 2012 at 06:29:38AM -0700, Ja
Hello all,
Wondering if any of you could help me.
We've been using puppet on our CentOS servers for a while now with no
problems at all, very much out of the box but we do have some MySQL
servers running FreeBSD (for the slightly better memory utilisation). I've
taken up the challenge to
s that will be easier on you.
>
> But now I'm really, really curious about why you're configuring the opposite
> of centralized authentication. What criteria are you attempting to fit into?
>
>
>
>
>
>
>
> On Tue, Jan 17, 2012 at 11:44:01AM -0800, Jamie
r to pop out the manifest from predefined lists
> of users and hosts that will be easier on you.
>
> But now I'm really, really curious about why you're configuring the opposite
> of centralized authentication. What criteria are you attempting to fit into?
>
>
>
>
Say I have 50 user accounts that must exist on 3 hosts, each with different
passwords (3 hosts, 50 users, 150 passwords). Is it possible to do this
without defining each user 3 times?
Thank you
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
Sorry, kinda late on this one, but seems some easy methods left out.
Use grub-md5-crypt
$ grub-md5-crypt
Password:
Retype password:
$1$nS12E0$nmw5cTWJLwW7KujMpApKh0 <-- PUT THE RESULT IN YOUR
MANIFEST
or use the openssl command
$ openssl passwd -1
Password:
Verifying - Password:
$1$SF8zTedH$r
Ok, will do thanks
On May 6, 1:12 pm, Daniel Pittman wrote:
> On Fri, May 6, 2011 at 13:05, Jamie wrote:
> > I am getting this error on all my hosts, I can't tell that it's
> > causing a problem, everything seems to be working fine.
>
> > Fri May
ined method `[]' for nil:NilClass
We are using user and group purging for all uids/gids above 0. I also
have purging enabled for ssh public keys but have not tested whether
it works.
This is (probably) the relevant code
--> sshkeys.pp (truncated class)
class user::sshkeys {
@ssh_autho
icate for puppet01.example.com
err: Could not retrieve catalog from remote server: certificate verify
failed
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
On Jan 18, 1:29 pm, Scott Smith wrote:
> On 1/18/10 1:11 PM, Jamie wrote:
>
> &g
s via cobbler "systems"
external_nodes = /usr/bin/cobbler-ext-nodes
node_terminus = exec
On Jan 18, 12:00 pm, Scott Smith wrote:
> On 1/18/10 11:40 AM, Jamie wrote:
>
> > Hi
>
> > I've searched high and low for the answer to this but can't find any
> &
Hi
I've searched high and low for the answer to this but can't find any
relevant solutions. I know that when the master and client are on
different hosts it's pretty simple to solve most SSL issues...
1) stop puppetd on the client
2) Clean the cert on the master - puppetca --clean
3) Recursiv
Thank you Dan, I think I'll stick with what I've got and just make
sure I rotate the logs. When testing my yum module, I created a list
of exactly which packages are removed by running `yum list installed`
before and after running my yum module so I'm safe there.
Jamie
On D
Hi Dan
Thanks for the pointer to the bug. I actually used purge in my
manifest because when I tried absent I would get errors about not
being able to remove a package because it was needed by something
else.
On Dec 29, 10:04 pm, Dan Bode wrote:
> Hi Jamie,
>
>
>
> On Tue, Dec 29
Hi
I was hoping there is a way to supress this type of log messages but
cannot find anything to help.
Tue Dec 29 12:04:53 -0800 2009 //yum/Package[autofs]/ensure (notice):
created
Tue Dec 29 12:04:54 -0800 2009 //yum/Package[attr]/ensure (notice):
created
Tue Dec 29 12:04:54 -0800 2009 //yum/Pack
Is there a way I can tell if my versions are messed up besides this?
I used 0.25.1rc2 for a while, but iirc, I reinstalled the puppetmaster
w/ the finished 0.25.1. Maybe I'm wrong? Could that be the problem?
puppetmasterd --version
0.25.1
puppetd --version
0.25.1
On Nov 25, 6:04 am, Brice Figur
Hi
puppetd --genconfig | grep preferred_serialization_format
# preferred_serialization_format = pson
above is the same on puppetmaster and client
--> I386 AND X86_64 versions
rpm -q zlib
zlib-1.2.3-3
zlib-1.2.3-3
On Nov 24, 4:09 pm, Dan Bode wrote:
> Hi Jamie,
>
> Changing
rmat => :yaml, :facts => CGI.escape(text)}
end
On Nov 18, 2:05 pm, Jamie wrote:
> Hi
>
> I get this error on a newly provisioned host after installing Puppet
> and trying to run it the first time. Maybe I'm just missing a
> package? I thought it might be related to Nginx
Sorry about replying to my own, just noticed that I put CentOS 5.3 in
my initial post which is incorrect, client is 5.4, puppetmaster 5.3.
On Nov 18, 2:49 pm, Jamie wrote:
> Hi
>
> Both the puppetmaster and client are 0.25.1 and x86_64. Puppetmaster
> is CentOS 5.3, client is CentO
nning CentOS 5.4 x86_64 using the same puppetmaster (also
using exact same modules) that *is* working.
I have re-kickstarted and reinstalled puppet 3 times and the error is
consistent.
Thank you :)
On Nov 18, 2:19 pm, Dan Bode wrote:
> Hi Jamie,
>
> can you give me the following inform
Hi
I get this error on a newly provisioned host after installing Puppet
and trying to run it the first time. Maybe I'm just missing a
package? I thought it might be related to Nginx but this error
happens whether I use Nginx or not. Puppetmaster works fine with
other clients I'd installed previ
Perfect!, thank you for you detailed reply.
On Oct 26, 6:47 am, jcbollinger wrote:
> On Oct 22, 4:21 pm, Jamie wrote:
>
>
>
> > CentOS 5.3 w/ updates
> > Puppet 0.25.1.rc2 (installed from source)
> > Mongrel + Nginx
>
> > Am I making a mistake or is t
CentOS 5.3 w/ updates
Puppet 0.25.1.rc2 (installed from source)
Mongrel + Nginx
Am I making a mistake or is this a bug? I've experienced this issue
using 0.24.8 from EPEL also.
Thu Oct 22 13:59:43 -0700 2009 //user::virtual-users_groups/User
[someuser]/ensure (err): change from absent to presen
32 matches
Mail list logo