On 05/23/2012 05:10 PM, James Turnbull wrote:
Puppet Labs is really thrilled to announce, in conjunction with EMC, our
new open source bare metal provisioning tool: Razor.
Razor is next generation provisioning software that handles bare metal
hardware and virtual server provisioning with invento
On Wed, May 23, 2012 at 7:30 PM, Sean Millichamp wrote:
> On Wed, 2012-05-23 at 06:24 -0700, jcbollinger wrote:
>
>> That understanding of storeconfigs looks right, but I think the
>> criticism is misplaced. It is not Deepak's line of thinking that is
>> dangerous, but rather the posited strategy
On Wed, 2012-05-23 at 06:24 -0700, jcbollinger wrote:
> That understanding of storeconfigs looks right, but I think the
> criticism is misplaced. It is not Deepak's line of thinking that is
> dangerous, but rather the posited strategy of purging (un)collected
> resources. Indeed, I rate resource
Puppet Labs is really thrilled to announce, in conjunction with EMC, our
new open source bare metal provisioning tool: Razor.
Razor is next generation provisioning software that handles bare metal
hardware and virtual server provisioning with inventory discovery and
tagging, rule-based policy mana
On Tue, May 22, 2012 at 8:50 AM, Jeff McCune wrote:
> On Tuesday, May 22, 2012, Dan White wrote:
>
>> I found an answer to this particular issue. Thanks for the reminder so I
>> can share the answer:
>>
>> I found the hiera/yaml way to indicate an empty array !
>> So, to use my earlier example:
Hi Matt,
On Wed, May 23, 2012 at 1:46 PM, Matt F wrote:
> I deleted & regenerated the cert. Now I'm getting the errors below. I have
> never switched puppetmaster servers, but I do have another puppetmaster
> server that has the dns alias 'puppet'. However, the client should not be
> accessing th
Well dug Dan :)
On 24/05/2012, at 3:27, Dan Carley wrote:
> On 27 April 2012 06:15, denmat wrote:
> Normally what happens is that if it is 'assumed yes', yum will
> automatically accept the public key via the url - I don't know why
> Jenkins is different - but it appears to install a new repo f
I deleted & regenerated the cert. Now I'm getting the errors below. I have
never switched puppetmaster servers, but I do have another puppetmaster
server that has the dns alias 'puppet'. However, the client should not be
accessing that server.
Running Puppet agent on demand ...
info: Retrieving
On Wed, May 23, 2012 at 12:30 PM, Matt F wrote:
> Yeah, looks like the puppetmasterd stopped at some point. There is no
> firewall. Here's the new client outout. Per the errors below, I just
> verified that the times are in sync between the client and the server.
I'm not exactly sure what the r
On Wed, May 16, 2012 at 7:53 PM, Josh Cooper wrote:
> Hello,
>
> We're pleased to announce the first release of the Windows registry
> module, version 0.1.0.
>
> This release provides the ability to manage registry keys and values
> on Windows 2003, 2003R2, 7, 2008, and 2008R2 systems. It suppor
Yeah, looks like the puppetmasterd stopped at some point. There is no
firewall. Here's the new client outout. Per the errors below, I just
verified that the times are in sync between the client and the server.
C:\Windows\system32>puppet agent --test --trace --debug
debug: Failed to load library
On Wed, May 16, 2012 at 4:53 PM, Josh Cooper wrote:
> Hello,
>
> We're pleased to announce the first release of the Windows registry
> module, version 0.1.0.
>
The 0.1.0 release contained a bug that prevented default values from being
managed correctly. We've just released 0.1.1 to the forge wh
On Wed, May 23, 2012 at 11:04 AM, Matt F wrote:
> Thanks Jeff. Sorry, my security people block github...
>
> C:\Windows\system32>puppet agent --configprint server
> myserver01.example.com
Good, this matches up with the certname configured on the puppet master.
> err: /File[C:/ProgramData/Pupp
Thanks Jeff. Sorry, my security people block github...
C:\Windows\system32>puppet agent --configprint server
myserver01.example.com
C:\Windows\system32>puppet agent --test --trace --debug
debug: Failed to load library 'syslog' for feature 'syslog'
debug: Failed to load library 'selinux' for featu
On Wed, May 23, 2012 at 9:56 AM, Matt F wrote:
> Sure:
>
> puppet master --configprint certname
> myserver01.example.com
>
>
> C:\Windows\system32>puppet agent --trace
>
How about puppet agent --configprint server ?
And sorry for being unclear, could you instead please try puppet agent
--test
On 27 April 2012 06:15, denmat wrote:
>
> Normally what happens is that if it is 'assumed yes', yum will
> automatically accept the public key via the url - I don't know why
> Jenkins is different - but it appears to install a new repo file and
> try to import the pubkey again on install - maybe t
Sure:
puppet master --configprint certname
myserver01.example.com
C:\Windows\system32>puppet agent --trace
C:/Program Files (x86)/Puppet Labs/Puppet/sys/ruby/lib/ruby/1.8/net/
http.rb:560:in `initialize'
C:/Program Files (x86)/Puppet Labs/Puppet/sys/ruby/lib/ruby/1.8/net/
http.rb:560:in `open'
On Wed, May 23, 2012 at 9:14 AM, Matt F wrote:
> Greetings. I am trying to set up a test puppet server in my
> environment to evaluate windows clients. On the server side, I am
> using puppet 2.7.14 (from the repos). I'm using the 2.7.14 windows 64
> bit on the client (windows 2008 R2). I have an
Greetings. I am trying to set up a test puppet server in my
environment to evaluate windows clients. On the server side, I am
using puppet 2.7.14 (from the repos). I'm using the 2.7.14 windows 64
bit on the client (windows 2008 R2). I have another puppetmaster
already using "puppet" hostname in DNS
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at
On May 22, 7:24 pm, Sean Millichamp wrote:
> On Mon, 2012-05-21 at 15:39 -0600, Deepak Giridharagopal wrote:
> > 1) The data stored in PuppetDB is entirely driven by puppetmasters
> > compiling catalogs for agents. If your entire database exploded and
> > lost all data, everything will be 100% r
Hi,
I'm trying to assign PublicKeys from a set of users to multiple System
Users like
node example.example.com {
include ssh::auth
ssh::auth::server { ["thomas", "peter", "steve", ]: user =>
"appuser" }
ssh::auth::server { ["thomas", "peter", ]: user => "admin" }
}
I got
Hi Dan.
i have tested the same configuration on another server and had no
problems.
also, this configuration worked until couple of days with no changes i
can think of..
nevertheless, i would check active record downgrade.
thanks,
Oren.
On May 23, 11:50 am, Denmat wrote:
> Hi,
>
> Common culprit
- Original Message -
> From: "Sans"
> To: puppet-users@googlegroups.com
> Sent: Wednesday, May 23, 2012 10:02:46 AM
> Subject: [Puppet Users] starting puppetmaster - what's the best way?
>
> Dear all,
>
> I've moved away from WEBrick to Apache/passenger on puppetmaster, so
> not /etc/i
Dear all,
I've moved away from WEBrick to Apache/passenger on puppetmaster, so not
/etc/init.d/ script anymore to start the master. As, (AFAIU) *puppetmasterd*is
still required to be running, what's the best why of doing that. I don't
think I should expect that apache should start that when *ht
Hi,
Common culprits are rack and activerecord.
Can't remember the versions to target off the top of my head, but try first
downgrading activerecord.
Cheers
Den
On 23/05/2012, at 18:04, Oren Marmor wrote:
> Hi all.
> i have puppet 2.6.8 + passenger installed on centos 5.6 server
> for some o
On Tue, May 22, 2012 at 11:20 PM, Walter Heck wrote:
> On Tue, May 22, 2012 at 12:02 AM, Marc Zampetti
> wrote:
> > Is Puppet Labs saying they are ending support of MySQL and instead will
> only
> > support PostgreSQL? That is going to be a big problems for shops that do
> not
> > support Postgr
Hi all.
i have puppet 2.6.8 + passenger installed on centos 5.6 server
for some obscure reason, puppetmaster stopped working - i am not aware
of any changes done on that server
i have tried starting puppetmaster as a service which also failed.
checked gems and same configuration on another server w
28 matches
Mail list logo