Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-24 Thread Matthaus Owens
Hey Chris, Just wondering if you got any further in figuring this out. I'd be happy to try to help debug some more if you need as well. On Wed, Jan 10, 2018 at 10:39 PM, Chris Smith wrote: > On 11/01/18 09:42, Poil wrote: >> Hey, >> >> Are you sure that you have environment

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-10 Thread Matthaus Owens
wrote: > Hi, > > Thanks for your help. > > On 10/01/18 06:36, Matthaus Owens wrote: >> Chris, >> To better help you, it would be great to know a few more things about >> your installation. First question: are you running puppetserver 5.0.0 >> or something later

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-09 Thread Matthaus Owens
Chris, Hiera 3 + hiera-eyaml may also be contributing to the slowness. Here is one ticket (related to SERVER-1922) that indicated moving to hiera 5 improved compile times substantially: https://tickets.puppetlabs.com/browse/SERVER-1919 -Haus On Tue, Jan 9, 2018 at 11:36 AM, Matthaus Owens <ma

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-09 Thread Matthaus Owens
Chris, To better help you, it would be great to know a few more things about your installation. First question: are you running puppetserver 5.0.0 or something later in the 5.x series (and is it the same on all servers)? Second, what version of the puppet-agent are on those servers? puppetserver

Re: [Puppet Users] /etc/sysconfig/puppetserver git source?

2018-01-03 Thread Matthaus Owens
Just to add a little extra info, the template draws from several sources, one of which is in the project.clj for puppetserver here: https://github.com/puppetlabs/puppetserver/blob/5.1.x/project.clj#L113-L114 On Wed, Jan 3, 2018 at 12:09 PM, Christopher Wood wrote: >

Re: [Puppet Users] PuppetServer 2.8 resource Leak

2017-10-03 Thread Matthaus Owens
Depending on what the trocla library does, it could be leaking objects to the java layer, in which case tuning the max-requests-per-instance down would not help. In general, the best way to find leaks like you are talking about is described here:

Re: [Puppet Users] Urgent Help Required | Puppet run is dead slow

2016-12-12 Thread Matthaus Owens
On Mon, Dec 12, 2016 at 8:34 AM, Harish Kothuri wrote: > Hi, > > I have a puppet master v3.8.7 and having 300+ nodes running fine till last > week. > > All the agents are running very slow since last week and sometimes it > started complaining that puppet master is

Re: [Puppet Users] Re: puppetserver unable to start after yum update

2016-09-07 Thread Matthaus Owens
John, Thanks for the correction. I definitely mixed up my words while responding here. On Wed, Sep 7, 2016 at 5:54 AM, jcbollinger wrote: > > > On Tuesday, September 6, 2016 at 12:22:03 PM UTC-5, Matthaus Litteken > wrote: >> >> [...] In answer to your second

Re: [Puppet Users] Re: puppetserver unable to start after yum update

2016-09-06 Thread Matthaus Owens
Jim, The puppet server 2.5.0 release had a few changes with respect to bootstrap.cfg (there are details about it here: https://docs.puppet.com/puppetserver/2.5/bootstrap_upgrade_notes.html). In your case it looks like you had modified /etc/sysconfig/puppetserver to change the heap size, so yum was

Re: [Puppet Users] puppetserver error "Service ':CaService' not found" when following puppet install guide

2016-08-26 Thread Matthaus Owens
AX, In puppetserver 2.5.0 some changes went in with respect our bootstrap.cfg config file. This change shouldn't affect fresh installs. It looks as though you are missing /etc/puppetlabs/puppetserver/services.d/ca.cfg, which adds the CaService. ca.cfg should look like the following for a

Re: [Puppet Users] Puppet web server stops after being started

2016-08-05 Thread Matthaus Owens
Michael, If you don't mind posting the contents of your auth.conf as well, that could help in figuring out what is going on. It looks like there is a problem with the contents of the file, but without seeing the file, it is hard to know what specifically is wrong. Thanks, Matthaus On Fri, Aug 5,

Re: [Puppet Users] Puppet web server stops after being started

2016-08-04 Thread Matthaus Owens
Michael, The important bit of that log is the following: 2016-08-03 17:12:31,742 ERROR [async-dispatch-2] [p.t.internal] Error during service init!!! java.lang.IllegalArgumentException: Missing authorization service configuration. That indicates that

Re: [Puppet Users] Puppet web server stops after being started

2016-08-02 Thread Matthaus Owens
Michael, One good way of troubleshooting this sort of thing is to use the foreground command. It will attempt to start the process but log everything to the console so it's easy to find. `/opt/puppetlabs/bin/puppetserver foreground` should do the right thing. If you can paste or gist the log

Re: [Puppet Users] running puppetdb on Centos 7

2016-08-01 Thread Matthaus Owens
mjr, The tl;dr is that you need to upgrade nss on your system. Running `yum update nss` should take care of the problem. The most recent java updates on centos 7 were built against a newer version of nss, but the Requires on the packages were not updated to account for this, and so some java

Re: [Puppet Users] Re: control-repo how to use the profile setup

2016-07-11 Thread Matthaus Owens
Alex, It looks like puppetlabs/java has a defined type to handle getting the oracle version of java (https://forge.puppet.com/puppetlabs/java#usage). The link has some examples of using the defined type to install oracle java 6 and oracle java 8. HTH On Mon, Jul 11, 2016 at 5:00 PM, Alex Samad

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Matthaus Owens
It seems like you still have some puppetdb settings in puppet.conf, like fact_terminus for example. I'd look there before uninstalling the packages. HTH On Saturday, June 11, 2016, Zeke Dehnert wrote: > Hmm, I grepped for puppetdb in all of the puppet config files

Re: [Puppet Users] Packaging scripts for Puppetlabs Vagrant images?

2016-06-08 Thread Matthaus Owens
Ben, I think https://github.com/puppetlabs/puppetlabs-packer is what you are looking for. HTH On Wed, Jun 8, 2016 at 9:54 AM, Ben West wrote: > I was hoping to test out CentOS v6.8, but the Puppetlabs Vagrant images > published only go up to v6.6: >

Re: [Puppet Users] Outofmemory error for puppetserver process

2016-05-31 Thread Matthaus Owens
Jim, What do you consider clean state of process listing? Puppetserver is run with those options in many production environments. It certainly is possible to change how puppetserver starts up, but I wouldn't recommend it. The OnOutOfMemoryError setting is there so that when such an error occurs,

Re: [Puppet Users] Outofmemory error for puppetserver process

2016-05-30 Thread Matthaus Owens
Jim, The 'XX:OnOutOfMemoryError=kill -9 %p' in the process list doesn't indicate that puppet server is out of memory, it is a Java flag that tells Java what to do if puppet server hits an outofmemory error. The output you have pasted looks totally normal to me. HTH On Monday, May 30, 2016, Jim

Re: [Puppet Users] Outofmemory error for puppetserver process

2016-05-26 Thread Matthaus Owens
Jim, For debugging failures on ubuntu 15.04, I would recommend trying `/opt/puppetlabs/bin/puppetserver foreground`, it may show you the errors that are causing the service to shutdown. Ubuntu 15.04 is a bit difficult to debug on, because while it has systemd support, the puppetserver packages for

Re: [Puppet Users] Re: Logrotate module broken, string 'undef' now treated as undef

2016-05-20 Thread Matthaus Owens
Daniel, Thanks for filing the ticket. I'll take a stab at reproducing it today. Did you only see it with puppet runs against a master, or also with local puppet apply? On Fri, May 20, 2016 at 8:20 AM, Daniel Urist wrote: > I filed a bug:

Re: [Puppet Users] Logrotate module broken, string 'undef' now treated as undef

2016-05-18 Thread Matthaus Owens
Daniel, Which version of Puppet are you seeing this on? On Wed, May 18, 2016 at 2:33 PM, Daniel Urist wrote: > I have been using the yo61 logrotate module from puppetforge ( > https://forge.puppet.com/yo61/logrotate), which seems to be the most > popular, but it recently

Re: [Puppet Users] Puppetserver package for Ubuntu Xenial not yet available?

2016-05-18 Thread Matthaus Owens
Martijn, Yes, there is a plan for releasing Xenial packages. There are puppetserver and puppetdb releases tentatively planned for tomorrow that will contain Xenial support. On Wed, May 18, 2016 at 7:23 AM, Martijn wrote: > I'm setting up a new Puppet 4 Server and wanted to

Re: [Puppet Users] Puppet Enterprise install URL can not be Accessed

2016-04-29 Thread Matthaus Owens
Chris, My first guess would be that your centos 7 machine is firewalled. You may need to open port 3000 for the install to succeed. http://stackoverflow.com/questions/24729024/centos-7-open-firewall-port came up first in a quick search for handling firewall rules in centos 7. HTH On Fri, Apr 29,

Re: [Puppet Users] apt-get install puppetserver fails with error: packages have unmet dependencies: Depends: puppet-common (>= 3.7.3-1puppetlabs1) but 3.7.0-1puppetlabs1 is to be installed Depends: pu

2016-02-16 Thread Matthaus Owens
roups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/99ec6c49-89ef-48f0-907e-4b4789adec7e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/99ec6c49-89ef-48f0-907e-4b4789adec7e%40googlegroups.com?utm_medium=email_source=footer&

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Matthaus Owens
AArvnv2zJrNqO_W3wgeAjWiFmJ%3D%2BJzyohg_is4SQ1_SU153%2BoA%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAArvnv2zJrNqO_W3wgeAjWiFmJ%3D%2BJzyohg_is4SQ1_SU153%2BoA%40mail.gmail.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com

Re: [Puppet Users] 'puppetmaster gem install activemq' issue

2015-12-11 Thread Matthaus Owens
ceiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CA%2BnSE3_swJbORKmgjXMxsMbSUx%2BFFSNCLJjSE1b4S%3D1_CofyYw%40mail.gmail.com. > For more options, visit https://gr

Re: [Puppet Users] Hiera doesn't work with JSON

2015-09-17 Thread Matthaus Owens
that?" :-P) > > 2) The fancy new tool that my security team is using to manage and monitor > system wide variables reads/writes JSON but doesn't do YAML. Meaning we > either have to keep doing the manual checks we are doing, or stick a parser > in between. Why? Puppet and Heira

Re: [Puppet Users] Unable to get the ruby-ldap gem working with Puppet 4.x

2015-07-17 Thread Matthaus Owens
://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs PuppetConf 2015 is coming to Portland, Oregon! Join us October 5-9. Register now to take advantage of the Early Bird discount —save $249! -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] proper way to mirror apt.puppetlabs.com?

2015-04-01 Thread Matthaus Owens
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/3fb59986-d04c-45cb-be17-7e8e170770f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs PuppetConf 2015 is coming to Portland

Re: [Puppet Users] Geppetto 4.x download is broken

2015-02-27 Thread Matthaus Owens
emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a2190e8e-a02c-4152-be5a-2094494bcd99%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus

Re: [Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Matthaus Owens
/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2015, October 5-9 in Portland, OR - http://2015.puppetconf.com. Register early to save 40%! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

Re: [Puppet Users] puppet cloud provisioner - without enterprise -Error: Unknown Puppet subcommand 'node_aws'

2015-01-22 Thread Matthaus Owens
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/06dc8a2a-9585-425a-88e3-4a6c8f65e988%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2015, October 5-9

Re: [Puppet Users] newbie having troubles getting started: where is puppetmasterd?

2014-12-12 Thread Matthaus Owens
. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2015, October 5-9 in Portland, OR - http://2015.puppetconf.com. Register early to save 40%! -- You received this message because you are subscribed to the Google Groups Puppet Users

Re: [Puppet Users] 3.4 client w/ 3.7 master

2014-10-30 Thread Matthaus Owens
://groups.google.com/d/msgid/puppet-users/CACpvNxTOfTydPnGzuHK7hPW3Jk%2Be1StXbdt7iv%3Dk%3D4tXD8UuKg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2015, October 5-9 in Portland, OR - http://2015.puppetconf.com. Register early

[Puppet Users] Announce: Puppet Server 0.2.1 Available [Security Release]

2014-09-29 Thread Matthaus Owens
/documentation/install_from_packages.markdown Submit issues to: https://tickets.puppetlabs.com/browse/SERVER Source: https://github.com/puppetlabs/puppet-server [1] - https://tickets.puppetlabs.com/browse/SERVER-9 [2] - http://nvd.nist.gov/cvss.cfm -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014

[Puppet Users] [security] GPG signing key collision

2014-09-11 Thread Matthaus Owens
Key (Puppet Labs Release Key) i...@puppetlabs.com Many thanks to duritong on IRC, who alerted us to the collision, and to evil32 for revoking their colliding key. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 20-24 in San Francisco - www.puppetconf.com -- You received

Re: [Puppet Users] Access to apt.puppetlabs.com slow for some IP addresses

2014-08-08 Thread Matthaus Owens
. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 20-24 in San Francisco Register by September 8th to take advantage of the Final Countdown —save $149! -- You received this message because you are subscribed

[Puppet Users] Raring has been removed from apt.puppetlabs.com

2014-05-20 Thread Matthaus Owens
As previously announced[1], Raring has now been removed from our public apt repositories, as it had reached end of life. [1] - https://groups.google.com/forum/#!msg/puppet-users/YEG0C3OtWfE/Nq6AUGCv5kQJ -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 22-24 in San Francisco

Re: [Puppet Users] facter for debian: missing '_all.deb' version

2014-04-28 Thread Matthaus Owens
-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d01e58d1-70a1-47ae-b802-d49473d2d5b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf

[Puppet Users] Raring leaving apt.puppetlabs.com

2014-04-22 Thread Matthaus Owens
Ubuntu raring reached end of life on 2014-01-27 [1], so we are no longer building new packages for it and will remove it from our apt repository on Monday, May 19. [1] - http://fridge.ubuntu.com/2014/01/28/ubuntu-13-04-raring-ringtail-end-of-life-reached-on-january-27-2014/ -- Matthaus Owens

[Puppet Users] Quantal leaving apt.puppetlabs.com

2014-04-22 Thread Matthaus Owens
-- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 22-24 in San Francisco Register by May 30th to take advantage of the Early Adopter discount —save $349! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

Re: [Puppet Users] Debian jessie, puppetlabs dist-upgrade problem

2014-04-21 Thread Matthaus Owens
%3Dy9tHHKySmJVpNye5QBhnVuvrN_eiB3unHuDREru_jjFi%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 22-24 in San Francisco Register by May 30th to take advantage of the Early Adopter discount —save $349! -- You

Re: [Puppet Users] puppet repos on ubuntu 14.04

2014-04-21 Thread Matthaus Owens
://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 22-24 in San Francisco Register by May 30th to take advantage of the Early Adopter discount —save $349! -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] Can't get puppet/passenger to stop using /home/puppet/.puppet

2014-04-11 Thread Matthaus Owens
. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco - http://bit.ly/pupconf14 Register now and save $350! -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails

Re: [Puppet Users] RHEL 7 Repository up on yum.puppetlabs.com

2014-04-02 Thread Matthaus Owens
://groups.google.com/d/msgid/puppet-users/784d2b8d-d3be-4d97-a51b-7feae7b36cc0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco - http://bit.ly/pupconf14 Register now and save $350

Re: [Puppet Users] RHEL 7 Repository up on yum.puppetlabs.com

2014-04-02 Thread Matthaus Owens
it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5240a621-1804-4d80-ae1b-e4436749ba95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet

Re: [Puppet Users] Installing Puppet Enterprise Edition

2014-03-13 Thread Matthaus Owens
-b2c6-4b1f-b4c9-325be0e02e94%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco - http://bit.ly/pupconf14 Register now and save $350! -- You received

Re: [Puppet Users] stdlib: result from join_keys_to_values() is unstable

2014-03-11 Thread Matthaus Owens
() function only accepts strings or arrays. Is there a way to get a stable string with current means? Otherwise, would it be an acceptable idea to add support for hashes in sort() ? -- Gabriel Filion -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September

Re: [Puppet Users] Bug(?) in puppetlabs-firewall module prevents successful install/upgrade to PE 3.2

2014-03-04 Thread Matthaus Owens
on the web visit https://groups.google.com/d/msgid/puppet-users/F9979BCD-D5CE-4906-91DD-6DE388D6665E%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco - http

Re: [Puppet Users] puppet post install launchd osx

2014-02-13 Thread Matthaus Owens
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAPr_nD-BFALbX2PutdPxxj9_SSU3sBguOEKzBUJAn_2FNnXY7g%40mail.gmail.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs

Re: [Puppet Users] Re: facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-02-11 Thread Matthaus Owens
%40mail.gmail.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Puppet 3.4.2 Windows package updated for CVE-2013-6393

2014-02-11 Thread Matthaus Owens
library that could lead to a denial of service, and the possibility of arbitrary code execution. [1] - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6393 -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received

Re: [Puppet Users] RHEL 7 Repository up on yum.puppetlabs.com

2014-02-10 Thread Matthaus Owens
to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/52F94198.4020905%40open-future.be . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us

Re: [Puppet Users] Puppet Post install

2014-01-23 Thread Matthaus Owens
://groups.google.com/d/msgid/puppet-users/57ad28a4-8c88-47c3-8b2a-78bda273a456%40googlegroups.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received

Re: [Puppet Users] facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-01-14 Thread Matthaus Owens
://groups.google.com/d/msgid/puppet-users/CAAqoMCYta6Dp684oYbEH3_Kd204%2BiWdzHd3S7n5MCA7CixWUdQ%40mail.gmail.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/ef45e361-9e64-4a87-b3f2-725162ab7e85%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] puppet-dashboard status report and bottleneck

2013-12-17 Thread Matthaus Owens
-users/7129942C-D5D2-4CAE-8456-B8AEBB27C76C%40me.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed

Re: [Puppet Users] Re: Puppet Dashboard: how to connect?

2013-12-13 Thread Matthaus Owens
+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b501fed0-1922-4445-b577-1d212c70970d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join

Re: [Puppet Users] notify

2013-11-22 Thread Matthaus Owens
+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/64bffdb5-36e5-4b3e-96c4-d0e71e3f5526%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/8585e0e1-5063-47c7-bb8b-5b086df1df1e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet

[Puppet Users] Re: [Puppet-dev] Announce: Puppet 3.3.2 Available

2013-11-13 Thread Matthaus Owens
/msgid/puppet-users/18011b7b-e4f7-4bbd-ac36-8175281c92b8%40googlegroups.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you

Re: [Puppet Users] Deployed custom facts with module do not show up

2013-11-11 Thread Matthaus Owens
this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/58f49f57-f55c-425f-b408-1b286336ddb7%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September

Re: [Puppet Users] Deployed custom facts with module do not show up

2013-11-06 Thread Matthaus Owens
. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

Re: [Puppet Users] HELP!!! puppet-enterprise-3.1.0-el-6-i386 master/agent test fails

2013-11-05 Thread Matthaus Owens
-4135-9dc9-52fa7d4ab10c%40googlegroups.com . For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google

Re: [Puppet Users] Deployed custom facts with module do not show up

2013-11-05 Thread Matthaus Owens
. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users

Re: [Puppet Users] Virt-what on OEL 5

2013-10-10 Thread Matthaus Owens
/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] Re: [Puppet-dev] Announce: PuppetDB 1.5.0 Available

2013-10-02 Thread Matthaus Owens
/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send

[Puppet Users] Re: [Puppet-dev] Announce: PuppetDB 1.5.0 Available

2013-10-01 Thread Matthaus Owens
to puppet-announce+unsubscr...@googlegroups.com. To post to this group, send email to puppet-annou...@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-announce. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs

[Puppet Users] Announce: Facter 1.7.3 Available

2013-09-09 Thread Matthaus Owens
ad902bd (maint) Rakefile loads all the libraries it can. 65577a4 (maint) Update README with a little bit of spec info. Matthaus Owens (6): 9f5bec1 (maint) Clean up install.rb dependencies 9d04cf5 (maint) Remove openssl dependencies from debian/control file 3979271

[Puppet Users] Announce: Facter 1.7.3-rc1 Available

2013-08-28 Thread Matthaus Owens
earlier 5a730af (#12116) Don't break on the first interface Josh Partlow (3): 6031275 (maint) Fix mocha expectations crashing facter_spec ad902bd (maint) Rakefile loads all the libraries it can. 65577a4 (maint) Update README with a little bit of spec info. Matthaus Owens (5

[Puppet Users] Announce: Puppet Enterprise 3.0.1 Available [ Security Release ]

2013-08-15 Thread Matthaus Owens
annual subscription. If upgrading, it is recommended to upgrade your master and console servers first. As always, we want to hear about your experiences with Puppet Enterprise. If you have any questions about upgrading, be sure to get in touch with Puppet Labs Support. Thanks, Matthaus Owens Puppet

[Puppet Users] Announce: Puppet 2.7.23 Available [ Security Release ]

2013-08-15 Thread Matthaus Owens
(#21971) Allow paths that contain .. as part of a name ddd8b59 (maint) Fix module_utils regex tests for module file perms Matthaus Owens (3): 1e5fc90 (packaging) Update CHANGELOG, PUPPETVERSION for 2.7.23 b2a77e0 (packaging) Remove oneiric from ext/build_defaults.yaml 2471c0f

[Puppet Users] Announce: Puppet 3.2.4 Available [ Security Release ]

2013-08-15 Thread Matthaus Owens
adff11c (maint) Fix module_utils regex tests for module file perms Matthaus Owens (4): 05d20ff (maint) Remove rspec requires from the Rakefile a754bc8 (packaging) Move systemd BuildRequires into conditional 019e443 (maint) Correct type in spling of pl-fedora-18-i386 mock

[Puppet Users] Announce: Puppet Enterprise 2.8.3 Available [ Security Release ]

2013-08-15 Thread Matthaus Owens
, be sure to get in touch with Puppet Labs Support. Thanks, Matthaus Owens Puppet Labs -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr

[Puppet Users] Fedora 17 leaving yum.puppetlabs.com

2013-07-31 Thread Matthaus Owens
Fedora 17 reached end of life on 2013-07-30 [1], so we are no longer building new packages for it and will remove it from our yum repository on Monday, October 28. [1] - https://lists.fedoraproject.org/pipermail/announce/2013-July/003169.html -- Matthaus Owens Release Manager, Puppet Labs Join

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-19 Thread Matthaus Owens
Parker, Dustin J. Mitchell, Josh Cooper, Josh Partlow, Justin Stoller, Matthaus Owens, Moses Mendoza, Nick Fagerlund, Patrick Carlisle = ## Puppet 3.2.3 Release Notes ## = ### Windows Fixes This release fixes several Windows bugs

Re: [Puppet Users] facter 1.6.18 tarball has a dangerous mac preflight script

2013-07-15 Thread Matthaus Owens
to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join

[Puppet Users] Announce: Facter 1.7.2 Available

2013-07-10 Thread Matthaus Owens
): 35af4ce (#20301) Handle different error in ruby 1.9 0da8bd7 (#20301) Handle different error in ruby 1.9 Matthaus Owens (3): 1ad5ba7 (packaging) Add raring to the default cows list e8590a6 (packaging) Remove f16 from mocks to build as it is EOL 4b3a085 (packaging) Update

Re: [Puppet Users] Packages on fedora19

2013-07-04 Thread Matthaus Owens
options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now and take advantage of the Early Bird discount - save 25%! -- You received this message

Re: [Puppet Users] Packages on fedora19

2013-07-03 Thread Matthaus Owens
/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now and take advantage of the Early Bird discount - save 25%! -- You

[Puppet Users] Announce: Puppet 2.7.22 Available [ Security Release ]

2013-06-18 Thread Matthaus Owens
the Puppet Labs Redmine site, using an affected puppet version of 2.7.22: http://projects.puppetlabs.com/projects/puppet/ ## Changelog ## Justin Stoller (1): fea3cb6 Improve CVE 2013 1654 SSLv2 Downgrade Master test Matthaus Owens (3): 96be982 (packaging) Update build_defaults to remove

[Puppet Users] Announce: Puppet 3.2.2 Available [ Security Release ]

2013-06-18 Thread Matthaus Owens
: http://projects.puppetlabs.com/projects/puppet/ ## Changelog ## Matthaus Owens (1): a6c08f9 (packaging) Update PUPPETVERSION to 3.2.2 Patrick Carlisle (6): 81eeace Add acceptance test for report processing 6a29171 Add vendoring system into puppet 40f2744 Fix installation

[Puppet Users] Announce: Puppet Enterprise 2.8.2 Available [ Security Release ]

2013-06-18 Thread Matthaus Owens
. As always, we want to hear about your experiences with Puppet Enterprise. If you have any questions about upgrading, be sure to get in touch with Puppet Labs Support. Thanks, Matthaus Owens Puppet Labs -- You received this message because you are subscribed to the Google Groups Puppet Users

Re: [Puppet Users] ruby issue

2013-06-11 Thread Matthaus Owens
...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013

Re: [Puppet Users] ruby issue

2013-05-31 Thread Matthaus Owens
://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now and take advantage of the Early Bird discount - save

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Matthaus Owens
email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Matthaus Owens
...@me.com wrote: Can you copy/paste the repo entry which works for you in reply? On May 31, 2013, at 11:50 AM, Matthaus Owens matth...@puppetlabs.com wrote: Stuart, rubygems comes from the redhat optional repo, so you'll need to have that repo enabled to get the rubygems package. On Fri, May 31

Re: [Puppet Users] Re: apt repository appears to have dependency issue with latest release (3.2.1)

2013-05-24 Thread Matthaus Owens
from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus

Re: [Puppet Users] Re: apt repository appears to have dependency issue with latest release (3.2.1)

2013-05-24 Thread Matthaus Owens
/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now and take advantage of the Early Bird discount - save 25%! -- You

[Puppet Users] Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
/ === ## Puppet 3.2.1 Contributors ## === Andrew Parker, Hailee Kenney, Josh Cooper, Josh Partlow, Matthaus Owens = ## Puppet 3.2.1 Release Notes ## = ### Issues fixed: * [Bug #19760]: install sun packages failed

Re: [Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
Redmine site, using an affected puppet version of 3.2.1: https://projects.puppetlabs.com/projects/puppet/ === ## Puppet 3.2.1 Contributors ## === Andrew Parker, Hailee Kenney, Josh Cooper, Josh Partlow, Matthaus Owens

[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
repos. On Wed, May 22, 2013 at 12:54 PM, Matthaus Owens matth...@puppetlabs.com wrote: Puppet 3.2.1 is a bugfix release for the 3.x series of Puppet. This release addresses two major issues that were uncovered in 3.2.0 and caused us to pull that release (#20726 and #20742). It also includes a fix

[Puppet Users] Puppet 3.2.0, the great release that never was. Puppet 3.2.1, the great release that will be

2013-05-17 Thread Matthaus Owens
this issue. We anticipate a release candidate for 3.2.1 later today. And many thanks to our users who try out our release candidates and catch these issues. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now

Re: [Puppet Users] Workaround for Puppet 3 not working in Fedora 18

2013-05-17 Thread Matthaus Owens
. -- Matthaus Owens Release Manager, Puppet Labs Join us at PuppetConf 2013, August 22-23 in San Francisco - http://bit.ly/pupconf13 Register now and take advantage of the Early Bird discount - save 25%! -- You received this message because you are subscribed to the Google Groups Puppet Users group

[Puppet Users] Announce: Puppet 3.2.1-rc1 Available

2013-05-17 Thread Matthaus Owens
## == Andrew Parker, Hailee Kenney, Josh Cooper, Josh Partlow, Matthaus Owens ## Puppet 3.2.1-rc1 Release Notes ## ### Issues fixed: * [Bug #19760]: install sun packages failed with: `Error: /Stage[main]/Inf_sol10defaultpkg

[Puppet Users] Announce: Facter 1.7.1 Available

2013-05-13 Thread Matthaus Owens
Cooper (1): b5cb1ef (#20301) Handle different error in ruby 1.9 Matthaus Owens (2): bf39f9a (packaging) Update FACTERVERSION to 1.7.1-rc1 785fd8b (packaging) Update FACTERVERSION to 1.7.1 -- You received this message because you are subscribed to the Google Groups Puppet Users

  1   2   3   >