RE: [Puppet Users] Upgrade puppet 2019.1.0 to 2019.5

2020-06-16 Thread Kurt Werner
the process in your dev environment first. -Kurt From: puppet-users@googlegroups.com On Behalf Of Vinay Korrapati Sent: Tuesday, June 16, 2020 6:21 AM To: Puppet Users Subject: [Puppet Users] Upgrade puppet 2019.1.0 to 2019.5 ALERT: This message originated outside of Aon's network. BE CAUTIOUS

RE: [Puppet Users] Re: [Roles/Profiles] when a technology module doesn't already exist - seeking opinions

2020-06-11 Thread Kurt Werner
>From my understanding the contains ensures that all work in that class (and >sub classes) is completed before moving on to the next contains class. With >include I believe puppet could move on to the next class. The contains works >nice with the install > config > ser

Re: [Puppet Users] CRL is not honored by the puppetmaster.

2016-06-16 Thread Kurt Wall
On Wed, Jun 15, 2016 at 8:38 PM, Dan Mahoney wrote: > root@pm:~ # puppet cert clean somehost.foo.org > Notice: Revoked certificate with serial 43 > Notice: Removing file Puppet::SSL::Certificate somehost.foo.org at > '/var/puppet/ssl/ca/signed/somehost.foo.org.pem' > Notice:

Re: [Puppet Users] How do modules plan on dealing with Puppet 3.x incompatibilities?

2015-06-30 Thread Kurt Wall
On Tue, Jun 30, 2015 at 7:09 AM, Tom Limoncelli t...@whatexit.org wrote: -- Increment the major version number and declare that 3.x users shouldn't upgrade to the new major version. I would adhere to semver and expect users to understand what that means. It's a well understood

Re: [Puppet Users] installation of open stack using puppet

2014-06-12 Thread Kurt Wall
Without the complete error output, it is difficult to diagnose. Can you post that? Use puppet module instal --debug puppetlabs/openstack What is the output of puppet config print modulepath. Thanks, Kurt On Wed, Jun 11, 2014 at 10:35 PM, devaki prabhu devakiprabhu...@gmail.com wrote: Hi, I

Re: [Puppet Users] Using scheduled_task for Windows startup

2014-05-28 Thread Kurt Wolf
How would I go about adding this as a feature request? We have a couple of older applications that we have been able to provide updates for at system startup. I want to use puppet to manage that scheduled task. On Thursday, December 5, 2013 5:01:34 PM UTC-5, Rob Reynolds wrote: On Wed, Dec

Re: [Puppet Users] Cannot reach to apt.puppetlabs.com from a specific subnet

2014-04-01 Thread Kurt Wall
Sounds like a local configuration issue, not a Puppet problem. On Tue, Apr 1, 2014 at 4:11 AM, Shahar Mintz shahar.mintz...@gmail.com wrote: Hey, While installing servers in new datacenter I failed to install puppet from the apt repo. When curl to the server I got stalled: root@mgmt01:~#

Re: [Puppet Users] Final Comments on Pro Puppet 2nd Edition

2014-03-27 Thread Kurt Wall
market softback titles are not. Kurt On Wed, Mar 26, 2014 at 9:17 PM, Jon Forrest nob...@gmail.com wrote: I just posted my list of issues I discovered in Chapters 11 and 12 - the last two chapters of Pro Puppet 2nd Edition. I found a lot of issues with this book. I simply don't understand how

Re: [Puppet Users] Style Guide

2014-01-29 Thread Kurt Wall
http://docs.puppetlabs.com/guides/best_practices.html On Wed, Jan 29, 2014 at 9:39 AM, Andrea Cappelli a.cappe...@gmail.com wrote: Hi, today I used puppet-lint (http://puppet-lint.com/) to check my manifests. As a result I obtained a list of error and warnings which in many cases are easy to

[Puppet Users] What Do You Test

2013-10-21 Thread Kurt Wall
release on unsuspecting machines and users? To express it differently, what has bitten you in the past when deploying a Puppet release? What makes you wary when installing a new release of Puppet? Thanks! Kurt -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] Re: Upgrade from 2.7.20 to 2.7.22 breaks puppet-dashboard

2013-08-05 Thread Kurt Nuke
Having the same issue but not from an upgrade -- have not been able to get the dashboard to get reports from puppet clients yarr On Thursday, 20 June 2013 14:29:58 UTC-7, Joe Benson wrote: I upgraded our puppetmaster from 2.7.20 to 2.7.22 and puppet dashboard quit importing reports. I'm

[Puppet Users] puppet 0.24.8, random problem with very slow puppetruns - no stored-configuration

2009-08-30 Thread Kurt
at the end hangs on md5summing. The thing is that I cant reproduce this problem when I want to. Deleting /var/lib/puppet/* and running the client does not always helps. Anyone experiences the same problem sometimes or could give a hint what it could be? Many thanks, Kurt B

[Puppet Users] Re: Workstations and Certs

2009-07-10 Thread Kurt Engle
the puppetmaster and delete the cert that corresponds to the machine's $HOSTNAME. Then the startup job deletes itself. So the job is only run once on a newly imaged machine. i) The machine's hostname is its serial number as determined by facter. -kurt On Thu, Jul 9, 2009 at 6:12 PM, Allan Marcus al

[Puppet Users] Re: Workstations and Certs

2009-07-10 Thread Kurt Engle
Serial Number: | cut -d':' -f2 | tr [:upper:] [:lower:]` scutil --set LocalHostName `system_profiler SPHardwareDataType | grep Serial Number: | cut -d':' -f2 | tr [:upper:] [:lower:]` -kurt On Fri, Jul 10, 2009 at 7:55 AM, Nigel Kersten nig...@google.com wrote: On Fri, Jul 10, 2009 at 7:32 AM, Kurt

[Puppet Users] Re: Workstations and Certs

2009-07-01 Thread Kurt Engle
method below? Doesn't the client still have to ask the server for a cert after it has been re-imaged? With a single cert, it seems that the client would already have a cert that I have distributed with the image and therefore, would not have to ask for a cert and autosign could be turned off. -kurt

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Kurt Engle
a device and run puppet without having to wait for me do do something with the certs. Is there a way to install a 'generic' cert on all the clients that I can make part of my image so that no matter what happens to the client, it will always have the correct cert? -kurt On Tue, Jun 30, 2009 at 2:24 PM

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Kurt Engle
. Thanks for your replies and help with this. -kurt On Tue, Jun 30, 2009 at 3:25 PM, Nigel Kersten nig...@google.com wrote: On Tue, Jun 30, 2009 at 3:19 PM, Kurt Englekurt.en...@gmail.com wrote: Pre-generating all the certs would be very time consuming with hundreds of machines to deal

[Puppet Users] Re: External_nodes definition not working. Client states could not find node [SOLVED]

2008-11-19 Thread Kurt Bendlin
for any node, even if you're using the external node classification system. -- Eric Thats it Eric - added a default node and my external-nodes script file started working. Added a note about this into the wikipage. Thanks a lot four your help. Kurt

[Puppet Users] Re: External_nodes definition not working. Client states could not find node

2008-11-18 Thread Kurt Bendlin
with 'host03-lists.dev.test.de, host03-lists.dev.test, host03-lists.dev, host03-lists' on node host03-lists.dev.test.de When I add a sleep 60 into the script I can see that it is run with host03-lists.dev.test.de as argument by user puppet. Kurt -Original Message- From: Luke Kanies

[Puppet Users] Re: External_nodes definition not working. Client states could not find node

2008-11-15 Thread Kurt Bendlin
the locales-problem on this system now to exclude this as a problemsource. Kurt _ From: Andrew Shafer [mailto:[EMAIL PROTECTED] Sent: Samstag, 15. November 2008 17:55 To: puppet-users@googlegroups.com Subject: [Puppet Users] Re: External_nodes definition not working. Client

[Puppet Users] External_nodes definition not working. Client states could not find node

2008-11-14 Thread Kurt Bendlin
I can see yaml-markuped entries --- Classes: - basesystem Parameters: revision: rev Master and Client runs 0.24.5 Does anyone have a hint why it doesn't work? Thank you Kurt --~--~-~--~~~---~--~~ You received this message because you are subscribed