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 cache enabled on your

Re: [Puppet Users] puppet5 upgrade performance issues

2018-01-10 Thread Matthaus Owens
gt; 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 in the 5.x series (a

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 wrote

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 5.

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: > That turned out to be even mor

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: https://puppet.com/blog/puppet-server-advanced-memor

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 running on heavy load. > > > Fo

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 question, rpmnew files are for when

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 puppet-se

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 /etc/puppetlabs/puppetserver/conf.d/auth.con

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 outpu

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 call

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 and all the > files in puppese

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: > https://atlas.hashicorp.com/puppetlabs > > Is

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: https://tickets.puppetlabs.com/browse/SERVER-1356 > > On F

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 stopped working, with ma

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 start from the newest

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
. > 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&utm_source=footer> >

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

2016-02-05 Thread Matthaus Owens
/msgid/puppet-users/CAArvnv2zJrNqO_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&utm_source=footer> > . > For more options, visit https://g

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

2015-12-11 Thread Matthaus Owens
iving 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://groups.g

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

2015-09-17 Thread Matthaus Owens
he problem ("Hey doc, my legs are > broken!" "Have you tried walking on your hands instead? Why not just do > 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 YAM

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

2015-07-17 Thread Matthaus Owens
end an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/20150717011546.GB10028%40descolada.ucdavis.edu. > For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Pu

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

2015-04-01 Thread Matthaus Owens
groups.google.com/group/puppet-users?hl=en. >>> >> > -- > 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+un

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

2015-02-27 Thread Matthaus Owens
0e8e-a02c-4152-be5a-2094494bcd99%40googlegroups.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 to save 40%! -- You received this message beca

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
scr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CANvovHQJZQNEoMTHwm0tWMnhPPP5R8PYNsFxwN1k10492fOg%2BQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Joi

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

2015-01-22 Thread Matthaus Owens
; Helen > > -- > 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...@googlegroups.com. > To view this discussi

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

2014-12-12 Thread Matthaus Owens
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...@googlegroups.com. > To view this discussion on the web visit > https

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

2014-10-30 Thread Matthaus Owens
e web visit > https://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 - ht

[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
7-10 [revoked: 2014-09-11] uid Puppet Labs Release Key (Puppet Labs Release Key) 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.puppetc

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

2014-08-08 Thread Matthaus Owens
gt; email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/a289bd73-cddf-4b76-80d1-c5e5ee6f30d5%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs

[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
up and stop receiving 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/d01e58d1-70a1-47ae-b802-d49473d2d5b0%40googlegroups.com. > For more options, visit https://gro

[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

[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

Re: [Puppet Users] puppet repos on ubuntu 14.04

2014-04-21 Thread Matthaus Owens
rs+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/4dfd2268-d1b1-4931-8d20-8494ffe0e8a8%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Matthaus Owens Puppet Labs Join us at

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

2014-04-21 Thread Matthaus Owens
-- > 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...@googlegroups.com. > To view this discussion on the web visit &g

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

2014-04-11 Thread Matthaus Owens
NA8%2BTTcfQ49ZCD0AABdU2E-mCBhQNw%40mail.gmail.com. >>>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> >>> -- >>> Spencer Krum >>> (619)-980-7820 >>> >>> -- >>> You r

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

2014-04-02 Thread Matthaus Owens
gt; >> Release Engineer, 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 >> > "Pup

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

2014-04-02 Thread Matthaus Owens
> "Puppet Users" group. > To unsubscribe from this group and stop receiving 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/784d2b8d-d3be-4d97-a51b-7

Re: [Puppet Users] Installing Puppet Enterprise Edition

2014-03-13 Thread Matthaus Owens
ups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/4681fc3e-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 Pup

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

2014-03-11 Thread Matthaus Owens
> with ruby I can use h.sort.map to always get results in the same order > from a hash "h". > > Thing is, stdlib's sort() function only accepts strings or arrays. > > > Is there a way to get a "stable" string with current means? > > Otherwise, wo

Re: [Puppet Users] puppet post install launchd osx

2014-03-05 Thread Matthaus Owens
launchctl > > http://pastebin.com/CX56cucf > http://pastebin.com/NuurLgvq > > > > On Thu, Feb 13, 2014 at 2:05 PM, Matthaus Owens > wrote: > >> Rudy, >> >> You also need to uninstall the facter and hiera gems, as they may be >> contributing to y

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

2014-03-04 Thread Matthaus Owens
ers" group. > To unsubscribe from this group and stop receiving 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/F9979BCD-D5CE-4906-91DD-6DE388D6665E%40gmail.com. >

Re: [Puppet Users] puppet post install launchd osx

2014-02-13 Thread Matthaus Owens
ink is a little out of date. The >>>>> >> ServiceIPC and ServiceDescription keys aren't supported in recent >>>>> >> versions of OSX. You can just remove them, really. Also, how did >>>>> you >>>>> >> install puppet, w

[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 this

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
ubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CANPS_M5vfAkAuTiytEG_GkB3XckAzk-kGXGXKPzix7CHAQ9uoA%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Matthaus Owens Release Manag

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

2014-02-10 Thread Matthaus Owens
nd an > email 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 Owe

Re: [Puppet Users] Puppet Post install

2014-01-23 Thread Matthaus Owens
> email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://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. > -- M

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

2014-01-14 Thread Matthaus Owens
To unsubscribe from this group and stop receiving 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/52D58A95.1090308%40bericotechnologies.com >> . >> >>

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
ree us, >> > An' foolish notion.” >> > >> > -- >> > 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, sen

Re: [Puppet Users] puppet 3.3.2 with ruby 2.1.0

2013-12-27 Thread Matthaus Owens
cribed 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...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/ef

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

2013-12-17 Thread Matthaus Owens
puppet-users/jXit5cwjA9g/unsubscribe. > To unsubscribe from this group and all its topics, 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/52AF7562.4050209%40badapple.net. > Fo

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

2013-12-13 Thread Matthaus Owens
pet Users" group. > To unsubscribe from this group and stop receiving 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/b501fed0-1922-4445-b577-1d212c70970d%4

Re: [Puppet Users] Re: Announce: Puppet 3.4.0-rc1 Available

2013-12-03 Thread Matthaus Owens
th bad metadata was installed. >> (Issue 22818, Issue 20728, Issue 15856) >> Use FFI native windows root certs code. This cleaned up some potential >> puppet agent crashes on Windows by using the Win32 APIs better. (Issue >> 23183) >> Guard against duplicate Windows

Re: [Puppet Users] notify

2013-11-22 Thread Matthaus Owens
sers/7d462dd3-8d8c-480a-bef7-e3264e569382%40googlegroups.com. >> > For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
>> >> Stuart, >> Unfortunately, that doesn't tell us which provider is being used. A >> run with --debug should show which providers are being used. >> >> In a test run using the debug flag on a centos 6 box using the group >> resource you provided, I got

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
user1/2/3 all exist in /etc/passwd. >> > >> > My question is, why isn't Puppet making the right memberships? >> > >> > Do I misunderstand member? >> > >> > Stuart >> > >> > >> > >> > >> > -- >

Re: [Puppet Users] group type

2013-11-18 Thread Matthaus Owens
cr...@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 Labs Join us at Pup

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

2013-11-13 Thread Matthaus Owens
sers%2bunsubscr...@googlegroups.com');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/18011b7b-e4f7-4bbd-ac36-8175281c92b8%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Matthaus Owens Release

Re: [Puppet Users] Own Package Installscript

2013-11-12 Thread Matthaus Owens
", "/bin"] > } > > } > } > } > > that wars also not possible. I > I have no idea anymore. Pls help me > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Us

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

2013-11-11 Thread Matthaus Owens
---license.rb >> >>> ---hardware_serial.rb >> >>> -puppet >> >>> >> >>> >> >>> Any idea what is causing this problem or at least where to start the >> >>> debugging? >> >>> &

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

2013-11-06 Thread Matthaus Owens
u 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...@googlegroups.com. >>> To view this discussion on the web visit >

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

2013-11-05 Thread Matthaus Owens
49f57-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 23-24 in San Francisco -- You received this message because you are subscr

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

2013-11-05 Thread Matthaus Owens
. > To unsubscribe from this group and stop receiving 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/5bfa43f6-0f51-4135-9dc9-52fa7d4ab10c%40googlegroups.com > . > For more op

Re: [Puppet-dev] Re: [Puppet Users] request for /proc/cpuinfo examples from aix, hpux, kfreebsd, & non-x86 linux

2013-10-21 Thread Matthaus Owens
gt;> >> -Josh >> >> -- >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-dev+un

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

2013-10-10 Thread Matthaus Owens
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 us at PuppetConf 2014, September 23-24 in San Francisco -- You received this messa

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

2013-10-02 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. > > For more options, visit https://groups.google.com/groups/opt_out. -- Matthaus Owens Release Manager, Puppet Labs Join us at

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

2013-10-01 Thread Matthaus Owens
nerally useful and caused a great deal of pollution in the PuppetDB >>>> database. >>>> They are no longer generated as of Puppet 3.3, but for compatibility >>>> with >>>> older versions of Puppet, the report terminus in PuppetDB 1.5 will >>>&

[Puppet Users] Announce: Facter 1.7.3 Available

2013-09-09 Thread Matthaus Owens
w (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 (6): 9f5bec1 (maint) Clean up install.rb dependencies 9d04cf5

[Puppet Users] Announce: Facter 1.7.3-rc1 Available

2013-08-28 Thread Matthaus Owens
4e12130 Maint: Clear memory facts now that they are loaded 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 (ma

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

2013-08-15 Thread Matthaus Owens
ows test for embedded '..' in path 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) Cor

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

2013-08-15 Thread Matthaus Owens
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-user

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

2013-08-15 Thread Matthaus Owens
usage of Dir.glob for Windows 94cedf7 (#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

[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] 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
using `gem install puppet` >>>> >>>> Mac package is available at >>>> https://downloads.puppetlabs.com/mac/puppet-3.2.3.dmg >>>> >>>> Windows package is available at >>>> https://downloads.puppetlabs.com/wi

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

2013-07-15 Thread Matthaus Owens
ribed 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...@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group a

[Puppet Users] Announce: Facter 1.7.2 Available

2013-07-10 Thread Matthaus Owens
pec alias Josh Cooper (2): 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 4

Re: [Puppet Users] Packages on fedora19

2013-07-04 Thread Matthaus Owens
> Visit this group at http://groups.google.com/group/puppet-users. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >> > > -- > All the best, > Brian Pitts > > > -- > You received this message because you ar

Re: [Puppet Users] Packages on fedora19

2013-07-03 Thread Matthaus Owens
cribe from this group and stop receiving emails 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. > For more options, visit https:

[Puppet Users] Announce: Facter 1.7.2-rc1 Available

2013-06-28 Thread Matthaus Owens
423a3bc (maint) De-duplicate parses RSpec alias Josh Cooper (2): 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

[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

[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 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

Re: [Puppet Users] ruby issue

2013-06-11 Thread Matthaus Owens
quot; group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/puppet-users/ghDZsdkC3C0/unsubscribe?hl=en. >> To unsubscribe from this group and all its topics, send an email to >> puppet-users+unsubscr...@googlegroups.com. >> To post to this

Re: [Puppet Users] Re: ruby issue

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

Re: [Puppet Users] Re: ruby issue

2013-05-31 Thread Matthaus Owens
@ca-sna-pm01 augeas-1.0.0]# > > > > -- > 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...@googlegroups.com. > To p

Re: [Puppet Users] ruby issue

2013-05-31 Thread Matthaus Owens
ependency Resolution > > Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs) > >Requires: ruby-augeas > > Error: Package: hiera-1.2.1-1.el6.noarch (puppetlabs) > >Requires: rubygem-json > > Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs) &g

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

2013-05-24 Thread Matthaus Owens
zurückgehaltene >> defekte Pakete. >> >> >> >> > -- > 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-u

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@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

[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
pendencies repos. On Wed, May 22, 2013 at 12:54 PM, Matthaus Owens 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 > i

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

2013-05-22 Thread Matthaus Owens
d 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 >>

  1   2   3   >