Re: [Puppet Users] Abridged summary of puppet-users@googlegroups.com - 2 updates in 1 topic

2023-05-05 Thread Ryan Carl
Dirk, I swear I had tried that, but I had tried so many things at that point I was going in circles. But that did it!  Thank you! Ryan Carl On 5/5/2023 4:11:33 AM, puppet-users@googlegroups.com wrote: puppet-users@googlegroups.com [ https://groups.google.com/forum/?utm_source=digest

[Puppet Users] postgresql setup using puppet

2023-05-04 Thread Ryan Carl
entry[ssl]/Postgresql_conf[ssl]: Could not evaluate: undefined method 'match' for true:TrueClass I have everything else working on this setup other than the SSL, but I can find no examples of how the Config_entry should work. Any help would be very appreciated. Thanks, Ryan Carl

[Puppet Users] concating a string from itself

2018-04-24 Thread Ryan Murphy
So I've hit a limitation in puppet where I can't modify a variable after its been set. how do I work around this. I have a manifest that I need to be able to build up a list of contacts based on certain facts about a server. Here is an example of my (non functioning) code? Can anyone give me

[Puppet Users] Re: Deactivating nodes in Puppet using PowerShell

2018-04-18 Thread Ryan Murphy
I figured it out. Found the correct version of the documentation that showed the proper URL. Although I think it could be written a little better. But oh well On Wednesday, April 18, 2018 at 12:19:34 PM UTC-5, Ryan Murphy wrote: > > Ok folks, since I got help last time, thought I'

[Puppet Users] Deactivating nodes in Puppet using PowerShell

2018-04-18 Thread Ryan Murphy
Ok folks, since I got help last time, thought I'd try again. This time I'm trying to deactivate nodes instead of signing their certs. Here is the code, the first two invoke-restmethods work as expected. But when I try to call the command to Deactivate the node it throws a Schema error. $Error

[Puppet Users] puppet provider password decryption?

2018-04-11 Thread Ryan Murphy
I use eyaml for encrypted data in hiera. https://www.olindata.com/en/blog/2015/02/eyaml-hiera-data-encryption -- 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 pu

[Puppet Users] Anyone use Powershell to sign certs?

2018-04-09 Thread Ryan Murphy
Been trying to write a script that will sign a cert for a new node, but I don't seem to be having any luck. Here is the code I have so far [System.net.ServicePointManager]::ServerCertificateValidationCallback = { $true} $console_server = 'puppetserver' $node = "new-test-server.local" $actio

[Puppet Users] Re: Announce: Puppet Platform 5.5.0 is now available

2018-03-21 Thread Ryan Murphy
What version of PE will contain this? On Tuesday, March 20, 2018 at 3:20:15 PM UTC-5, Molly Waggett wrote: > > Puppet Platform 5.5.0 is a bug-fix and feature release that adds agent > support for Fedora 27, adds several stdlib functions to Puppet's core > functions, improves the puppet config co

[Puppet Users] Puppet discovery

2017-10-31 Thread Ryan Murphy
Anyone getting Discovery to pull data from a windows server? Their lack of documentation isn't helping. I've probably made one of my servers totally insecure trying to get this to work... it just keeps failing telling me access is denied. What do I need to do on the Windows server to get it w

[Puppet Users] Re: Creating a PowerShell based fact to get Drive Letters and Labels

2017-10-20 Thread Ryan Murphy
hmmm... thanks for the suggestion, I wrote something, but I may give that a try. On Tuesday, October 17, 2017 at 4:22:20 PM UTC-5, Ryan Murphy wrote: > > So I have the following powershell command that gives me the data I want, > but I'm not sure how I can get Puppet to inges

[Puppet Users] Re: One master per environment, or one to rule them all?

2017-10-17 Thread Ryan Murphy
I currently have a Production Master and a Non-Production master. This is nice because it makes it easier for us to use Exported Resources and have a Non-Prod Nagios server and a Prod Nagios server. That way regardless of what environment a node is in, on the Non-Prod server they will all show

[Puppet Users] Creating a PowerShell based fact to get Drive Letters and Labels

2017-10-17 Thread Ryan Murphy
So I have the following powershell command that gives me the data I want, but I'm not sure how I can get Puppet to ingest it as a fact. Get-WMIObject Win32_Volume | Where-Object {$_.DriveType -eq "3" -and $_.Label -ne "System Reserved" } | select Name, Label The Output looks like this. Name

[Puppet Users] Re: Stuck trying to iterate through a hiera array

2017-07-21 Thread Ryan Murphy
Apparently I had another mistype somewhere. Problem solved. On Friday, July 21, 2017 at 2:21:22 PM UTC-5, Ryan Murphy wrote: > > So my hiera variable looks like this. > > contacts: >'Group A': > 'bmurphy': 'bobmur...@testsite.com' >

[Puppet Users] Re: Stuck trying to iterate through a hiera array

2017-07-21 Thread Ryan Murphy
The [0] after groupname shouldn't be there. Still didn't work On Friday, July 21, 2017 at 2:21:22 PM UTC-5, Ryan Murphy wrote: > > So my hiera variable looks like this. > > contacts: >'Group A': > 'bmurphy': 'bobmur...@tes

[Puppet Users] Stuck trying to iterate through a hiera array

2017-07-21 Thread Ryan Murphy
So my hiera variable looks like this. contacts: 'Group A': 'bmurphy': 'bobmur...@testsite.com' 'cjames': 'chadja...@testsite.com' 'Group B': 'RPrice': 'rodpr...@testsite.com' 'STurpen': 'stevetur...@testsite.com' I need to be able to iterate through contacts, grab

[Puppet Users] Detect notify event

2017-05-11 Thread Ryan Murphy
I'm writing a Puppet module that I want to be able to accept a notify event. How does the module detect the notify so that I can instruct resources within to act appropriately? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe fr

[Puppet Users] Re: SQL server install express / enterprise

2017-04-18 Thread Ryan Vande
Answer was puppetlabs/sqlserver does not work on express/free stuff On Monday, April 17, 2017 at 10:25:57 AM UTC-5, Ryan Vande wrote: > > I want to install this on my test env at home but i dont have access to > en_sql_server_2012_enterprise_edition_x86_x64 without having a

[Puppet Users] SQL server install express / enterprise

2017-04-17 Thread Ryan Vande
I want to install this on my test env at home but i dont have access to en_sql_server_2012_enterprise_edition_x86_x64 without having a microsoft subscription which cost money. Can I just use express edition for my test environment? Then use the same puppet code within my Org where they use en

[Puppet Users] puppet windows base older version 7zip

2017-04-10 Thread Ryan Vande
During our chocolatey install in our base_windows.pp it installs the latest version of 7-zip I believe it does this VIA the powershell script InstallChocolatey.ps1.erb " Write-Output "Download 7Zip commandline tool" $7zaExe = Join-Path $tempDir '7za.exe' Download-File 'https://chocolatey.or

[Puppet Users] Re: puppet-archive

2017-04-03 Thread Ryan Vande
I think I know what you mean if c:\te_agent_8.4.2_en_windows_x86_64 oh nvm i get what your saying there is an msi inside the zip so I want it to creates = {dir}\flename.msi On Monday, April 3, 2017 at 10:53:44 AM UTC-5, Ryan Vande wrote: > > Can you explain further? > > As of no

[Puppet Users] Re: puppet-archive

2017-04-03 Thread Ryan Vande
ely a directory (and does exist). I'd say it has to be >> this: >> >> >> creates => "${windir}/te_agent_8.4.2_en_windows_x86_64.zip" >> >> >> >> >> On Monday, 3 April 2017 15:42:56 UTC+1, Ryan Vande wrote: >>> >>>

[Puppet Users] puppet-archive

2017-04-03 Thread Ryan Vande
I posted this in slack puppet community, lets see if I can get more ideas here I have the following setup when puppet runs on the agent puppet node, no errors happen but nothing else happens either, have a look please Im using Puppet Archive for the following Puppetfile: mod 'puppet-archiv

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-29 Thread Ryan Vande
ng anything to it. Also I was looking at the error log you > posted earlier. It is reporting a 404 error. Is that port open? Is > something listening on that port? > > netstat -tupan | grep 4432 > > Thanks, > Joshua Schaeffer > > On Monday, March 27, 2017 at 5:47:24 AM

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-27 Thread Ryan Vande
I don't know, my system time is correct... It might had been off at the beginning but as of now it is correct might have I already did the damage and now its stuck being broke forever? On Monday, March 27, 2017 at 1:53:36 AM UTC-5, Ryan Vande wrote: > > There is a date time thing I

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-26 Thread Ryan Vande
ring with Puppet operations. > > Thanks, > Joshua Schaeffer > > On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote: >> >> I got this from console-services.log >> >> " >> >> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO [p.c.cla

[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
e 404 org.apache.http.nio.entity.ContentInputStream@3219020f " On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote: > > I got my puppetserver to a point where I liked it, I did a clone of the VM > in case anything ever went wrong > > Something went wrong so I spun u

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
, 2017 at 5:32 PM, Ryan Vande > wrote: > >> Hi lyndsey, >> >> Yes it is on disc , I searched my basemodule path and my modulepath and >> I see the classes that the console is X'ing out.. They are on Disc/server.. >> for some reason the console does not beli

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
What if I clean out the code directory, shouldn't they sync from staging back to code? On Saturday, March 25, 2017 at 7:32:54 PM UTC-5, Ryan Vande wrote: > > Hi lyndsey, > > Yes it is on disc , I searched my basemodule path and my modulepath and I > see the classes that

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
y are? Thank you for your response On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote: > > > > On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande > wrote: > >> Every single class is missing , I cannot load any classes >> > > Is the code fo

[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
Every single class is missing , I cannot load any classes SMH :( On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote: > > I got my puppetserver to a point where I liked it, I did a clone of the VM > in case anything ever went wrong > > Something went wrong s

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
ation find "puppet_enterprise::profile::master::r10k_private_key": and add the following "/etc/puppetlabs/puppetserver/ssh/Newlycretedkey.rsa" Oh and you can turn on file sync goto git hub and add Newlycreatedkey.pub contents into git hub Easy peasy On Saturday, March 4,

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
ppet_enterprise::profile::master::r10k_private_key": and add the following "/etc/puppetlabs/puppetserver/ssh/Newlycretedkey.rsa" Oh and you can turn on file sync goto git hub and add Newlycreatedkey.pub contents into git hub Easy peasy On Saturday, March 4, 2017 at 3:27

[Puppet Users] Configuring code manager

2017-03-04 Thread Ryan Vande
Part of setting up code manager there is a section where you must point puppet_enterprise::profile::master::r10k_private_key to the location of the SSH key. I'm guessing this is an ssh key you setup with https://docs.puppet.com/pe/latest/cmgmt_control_repo.html#set-up-your-git-repo? So I setup

Re: [Puppet Users] puppetlabs-sqlserver

2017-03-02 Thread Ryan Vande
wrong On Thursday, March 2, 2017 at 6:59:19 AM UTC-5, Martin Alfke wrote: > > There is not type mssql_instance in the module: > https://forge.puppet.com/puppetlabs/sqlserver/types > > Did you follow the setup description? > https://forge.puppet.com/puppetlabs/sqlserver/read

[Puppet Users] puppetlabs-sqlserver

2017-03-02 Thread Ryan Vande
Here is my puppet module list --all /etc/puppetlabs/code/environments/production/site ├── puppetlabs-ntp (v6.0.0) ├──* puppetlabs-sqlserver (v1.1.5)* *└── puppetlabs-stdlib (v4.15.0)* /etc/puppetlabs/code/environments/production/modules (no modules installed) /etc/puppetlabs/code/modules (no module

[Puppet Users] Re: puppet open source reports and inventory to Satellite 6?

2017-02-16 Thread Ryan Anderson
I did not, my Satellite 6 was on a single server. Give it a try and report your results! -- 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] Is ruby-based facter stuck at 2.4.6?

2017-01-27 Thread Ryan Anderson
Facter developer attention is with the C++ based facter 3.x, and I get why. However, some of us use puppet open source on platforms (eg Solaris, AIX) where it is difficult/impossible to get the toolchain needed to compile it. I am using ruby facter 2.4.6 on these UNIX boxes, which hasn't been up

[Puppet Users] Re: puppet ruby code documentation needed

2017-01-23 Thread Ryan Vande
https://puppet.com/blog/unit-testing-rspec-puppet-for-beginners?ls=social-media&ccn=integrated-pe&pub=facebook&cid=701G001BZCK&utm_medium=social-media&utm_campaign=integrated-pe&utm_source=facebook&utm_content=blog-post-pe On Sunday, January 22, 2017 at 3:23:3

[Puppet Users] puppet ruby code documentation needed

2017-01-22 Thread Ryan Vande
I posted this before with a subject line that was vague, i will repost with a more detailed subject line I need some good documentation on ruby code for putting together puppet rake beaker tests.. I need to add some code for my acceptance class rb script. Is there documents out there that anyo

[Puppet Users] Puppet acceptance testing

2017-01-17 Thread Ryan Vande
I need some good documentation on ruby code/puppet rake beaker.. I need to add some code for my acceptance class rb script. Is there documents out there that anyone can provide? Thank you , -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

[Puppet Users] Re: 2016.4.2 puppet enterprise

2017-01-17 Thread Ryan Vande
Thank you, the addy worked and they responded within 20 minutes, thank you very much On Monday, January 9, 2017 at 10:54:20 AM UTC-5, Ryan Vande wrote: > > I have installed puppet enterprise 2016.4.2 and am using the free ten > nodes license. > > I am studying for the ppt-20

Re: [Puppet Users] 2016.4.2 puppet enterprise

2017-01-12 Thread Ryan Vande
9, 2017 at 2:25:54 PM UTC-5, Carthik Sharma wrote: > > Hi Ryan, > > On Mon, Jan 9, 2017 at 9:40 AM, Ryan Vande > wrote: > >> I went to take the test last week, they had questions about live >> management. To be honest the testing center monitors were so small all of

Re: [Puppet Users] 2016.4.2 puppet enterprise

2017-01-09 Thread Ryan Vande
t's not on the > test because of that, even if it's still in some study guides. > > > Rob Nelson > rnel...@gmail.com > > On Mon, Jan 9, 2017 at 10:34 AM, Ryan Vande > wrote: > >> I have installed puppet enterprise 2016.4.2 and am using the free ten >> n

[Puppet Users] 2016.4.2 puppet enterprise

2017-01-09 Thread Ryan Vande
I have installed puppet enterprise 2016.4.2 and am using the free ten nodes license. I am studying for the ppt-204 and have seen questions related to live management. I have searched high / low / left / right , where do live management go? All examples shown for live management show that is av

[Puppet Users] Dynamically adding app servers behind web server

2016-11-18 Thread Ryan Murphy
We have an application that we use for document conversion. It has a web server and can have any number of app servers sitting behind it. The webserver has one configuration file with a parameter that states what app servers it should be contacting. Is there a way in Puppet that I could dynami

[Puppet Users] Re: puppet open source reports and inventory to Satellite 6?

2016-11-04 Thread Ryan Anderson
One more update. By default, all your puppet masters will dutifully forward reports of *all* agents--RHEL or otherwise--and Satellite will dutifully receive and display them. In my case, I had AIX and Solaris systems showing up in Satellite I did not care for. Puppet reports do not contain fact

[Puppet Users] Re: puppet open source reports and inventory to Satellite 6?

2016-10-31 Thread Ryan Anderson
Answering my own question. The URL I left before got me most of the way there, with some caveats. Hopefully this will keep others from having to reinvent the wheel on this. The steps are: - Install the report processor as documented at https://theforeman.org/manuals/1.13/index.html#3.5.4

[Puppet Users] puppet open source reports and inventory to Satellite 6?

2016-10-18 Thread Ryan Anderson
I'd like to use my open source puppet master (puppetserver-2.3.1-1.el7) to send reports and inventory to Satellite 6, the commercial foreman/katello from Red Hat. Puppet Labs has a report processor for PE to accomplish this (https://forge.puppet.com/puppetlabs/satellite_pe_tools), but I am unabl

Re: [Puppet Users] puppetdb 4.x filling up /opt/puppetlabs/server/data/puppetdb/mq

2016-09-29 Thread Ryan Anderson
It turns out this was an ID10T error. One of my puppet masters inadvertently got upgraded, including the puppetserver and puppetdb-termini RPMs. The problem went away when I reverted the puppet RPMs back to their previous release. From what I could tell, the newer puppetserver/puppetdb-termini

[Puppet Users] puppetdb 4.x filling up /opt/puppetlabs/server/data/puppetdb/mq

2016-09-21 Thread Ryan Anderson
I'm using puppetdb-4.0.0-1.el7 (open source) and over time the ActiveMQ part of it has been saving a bunch of logs under /opt/puppetlabs/server/data/puppetdb/mq, and there does not appear to be any built-in log rotation, at least in the version I am using. After using this puppetdb a couple mon

[Puppet Users] [ann] Action Required: New Puppet Inc. Public Key

2016-09-08 Thread Ryan McKern
F43 8280 EF8D 349F sub 4096R/0xA2D80E04656674AE 2016-08-18 [expires: 2021-08-17] $ apt-key add DEB-GPG-KEY-puppet -- Ryan McKern Puppet Release Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop rec

[Puppet Users] Re: Splitting off puppetdb

2016-08-12 Thread Ryan Anderson
Ideally, you'd use puppetlabs-puppetdb module from the forge, where it will take care of all these configurations for you. There are a couple things you need to do to make what you want working, and it takes care of it for you. I am using it, and have puppetdb split off with this in my site.pp:

[Puppet Users] Announce: PuppetDB 4.1.0 is now available

2016-05-19 Thread Ryan Senior
/puppetdb PuppetDB 4.1.0 Release Notes Please consult the release notes here: https://docs.puppetlabs.com/puppetdb/4.1/release_notes.html Contributors Andrew Roetker, Karel Brezina, Ken Barber, François Lafont, Melissa Stone, Nick Lewis, Rob Browning, Ryan

Re: [Puppet Users] Re: No package puppetserver available - Fedora 22

2016-05-10 Thread Ryan Jacobson
/2.3/install_from_packages.html#quick-start I now have the puppetserver working and am in the process of migrating over from 3 to 4. Thanks for your reply! Take care, Ryan On Tuesday, 10 May 2016 10:40:23 UTC-7, Melissa Stone wrote: > > Hi Ryan, > > We do not have puppetserver packag

[Puppet Users] Re: No package puppetserver available - Fedora 22

2016-05-10 Thread Ryan Jacobson
x27;t understand why the fedora repo doesn't contain the puppetserver package. Thanks for your help! Ryan On Tuesday, 10 May 2016 05:37:25 UTC-7, Bill Ward wrote: > > It appears that only the puppet agent is available for FC22. > > https://yum.puppetlabs.com/fedora/f22

[Puppet Users] No package puppetserver available - Fedora 22

2016-05-09 Thread Ryan Jacobson
pet-server exists, but isn't the package I'm looking for. That one is the old rack-based server and isn't recommended anymore. Any ideas or advice on how to get puppetserver installed? Thanks! Ryan -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: Multiple puppet masters and problem with crl.pem

2016-04-28 Thread Ryan Anderson
I am pretty sure the issue is actually some configs needed on your non-CA master in its /etc/puppetlabs/puppetserver/conf.d/webserver.conf. See https://docs.puppet.com/puppetserver/2.2/external_ca_configuration.html for documentation on this. The added lines you likely need are these: ssl-c

[Puppet Users] Installing puppet agent using curl from puppetmaster onto Solaris 10 i386

2016-04-23 Thread Ryan Anderson
Your issue has nothing to do with puppet, but dependencies needed for curl. I recommend you get curl from http://opencsw.org before proceeding. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving em

[Puppet Users] Re: Puppet MultiMaster open source

2016-04-21 Thread Ryan Anderson
This is possible, and it is not documented well. Different parts of getting it to work are in different sections of the online documentation. I got this working recently with these conditions: - One puppet server is the CA master as well as a normal compile master - Puppet masters exist at

[Puppet Users] Announce: PuppetDB 4.0.0 available

2016-03-18 Thread Ryan Senior
, Nick Fagerlund, Nick Walker, Rob Browning, Russell Mull, Ryan Senior, Wyatt Alt -- 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] Re: Puppet Dashboard

2016-02-27 Thread Ryan Anderson
Look at puppetboard and panopuppet instead and see which one fits your needs better. I'm using puppetboard and find it quite useful. On Friday, February 26, 2016 at 8:39:24 AM UTC-6, moons...@gmail.com wrote: > > Hi All, > > I am using puppet 4.3. I think dashboard is not there any more instead o

Re: [Puppet Users] Issues with example42/php::augeas or with augeas in general

2016-02-12 Thread Ryan Anderson
Consider using the file_line resource in puppetlabs-stdlib, augeas is difficult to maintain and troubleshoot. -- 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 p

Re: [Puppet Users] puppet 3 to 4 deprication error

2016-01-24 Thread Ryan Anderson
In updating my code for puppet4, I've found simply enclosing the facts in double-quotes is all that is needed. These cases are generally an issue where the fact involved is parsed on a system where the fact isn't defined, so by putting double-quotes, you retain the fact for platforms that have i

[Puppet Users] Re: Puppet 4 : questions about PXP agent and its goal

2016-01-04 Thread Ryan Coleman
roker [1], agent [2] and client libraries [3] are open-source for those not running PE but I'm not aware of anything using it beyond PE (yet). [1] https://github.com/puppetlabs/pcp-broker [2] https://github.com/puppetlabs/pxp-agent [3] https://github.com/puppetlabs/cpp-pcp-client https://g

[Puppet Users] Scaling with open source puppet 4?

2015-12-28 Thread Ryan Anderson
I am using open source puppet 3.7 with a single server hosting the master and puppetdb (with puppetboard for reporting). I am at a point where I need to scale out to multiple masters at different data centers and split off puppetdb. However, I prefer to devote resources to scaling out with puppe

Re: [Puppet Users] Re: Puppet agent 3.8.x on AIX 7.x

2015-11-03 Thread Ryan Anderson
I've gotten puppet open source 3.7.x working on AIX, I haven't updated to 3.8, but I'm sure that would be trivial. The steps are basically: - Install the ruby 2.0.0 AIX rpm from perzl.org, plus its dependencies - Create directories: mkdir -p /etc/puppet /var/lib/puppet - Use the ruby gems to insta

[Puppet Users] Announce: PuppetDB 3.1.0 is available!

2015-08-25 Thread Ryan Senior
official release notes: https://docs.puppetlabs.com/puppetdb/3.1/release_notes.html Contributors --- Andrew Roetker, Ken Barber, Rob Browning, Russell Mull, Ryan Senior, Wyatt Alt -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Send master B's reports to PuppetDB on a master A?

2015-04-28 Thread Ryan Anderson
My two masters are each also their own CA to minimize traffic and firewall rules between them. Based on your responses, this difference in CA's appears be the crux of the issuewhich seems obvious now. Given that masters A & B are their own CA, how can I send puppetdb reports over port 8081

[Puppet Users] Send master B's reports to PuppetDB on a master A?

2015-04-27 Thread Ryan Anderson
I have a need to send reports from a puppet master B in datacenter B to puppetdb on master A in datacenter A. Both are using puppet open source 3.7.1 and puppetdb 2.2 (master A) or puppetdb-terminus (master B). I have done all steps here: https://docs.puppetlabs.com/puppetdb/2.2/connect_puppet_

[Puppet Users] Re: maintaining pypuppetdb and Puppetboard

2015-04-21 Thread Ryan Anderson
Thank you so much for providing Puppetboard, it is a great help to me and many, many others! -- 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+unsubs

[Puppet Users] Re: Puppet Support on AIX

2015-04-15 Thread Ryan Anderson
Getting puppet open source to work on AIX is not documented widely, as it isn't in common use. However, it is possible. The steps boil down to: - Install ruby 2.0.0 and its dependencies from http://www.perzl.org/aix/ (it will install to /opt/freeware) - mkdir -p /etc/puppet /var/lib/pup

[Puppet Users] Re: Augeas editing of fstab

2015-03-24 Thread Ryan Anderson
You really ought to try using the 'mount' resource type: http://docs.puppetlabs.com/references/latest/type.html#mount The native type already knows about /etc/fstab format and is far more cross-platform and simple to use than augeas. -- You received this message because you are subscribed to t

[Puppet Users] Re: Creating a Puppet User Group in Orlando

2015-01-26 Thread Ryan Waldron
Just got word, we can use the main floor of my company's building as a meeting place. Now I just need some help with organizing, so come on volunteers. On Monday, January 26, 2015 at 3:50:42 PM UTC-5, Ryan Waldron wrote: > > I am a systems engineer who has been in the business for

[Puppet Users] Creating a Puppet User Group in Orlando

2015-01-26 Thread Ryan Waldron
I am a systems engineer who has been in the business for 15 years or so. I have been using puppet open source for a few years, and have recently taken up PE for my company. The switch from OS on simple machines to PE on a cooperate infrastructure has been an interesting adventure so far, and I

Re: [Puppet Users] puppetdb can't delete reports in the future

2015-01-05 Thread Ryan Anderson
Wednesday, December 31, 2014 1:28:36 AM UTC-6, Wyatt Alt wrote: > > Hey Ryan, > > That makes sense, though I'd guess that new reports are being stored and > are available through the API, they just aren't reflected as "latest" > since that's d

[Puppet Users] puppetdb can't delete reports in the future

2014-12-30 Thread Ryan Anderson
I have some systems that were deliberately changed to a time in the future for testing, then changed back to normal when done. They work with puppet fine now, but their puppetdb reports have timestamps in the future and new reports will not be added. They show up in puppetboard with the inaccura

[Puppet Users] Client self-deregistration from PuppetDB

2014-12-10 Thread Ryan Anderson
You could try a hack like having the system going away call a cgi on the puppet master (via wget) that in-turn does the 'puppet node deactivate' command. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop re

Re: [Puppet Users] troubleshooting constraint violations in puppetdb?

2014-11-12 Thread Ryan Senior
Waiting is ok. You might be able to find the node associated to one of the failing catalogs in the log. You could then either force a puppet run and grab the failed message or look in your puppet cache (in client_data/catalog on the master). -Ryan On Tue, Nov 11, 2014 at 4:32 PM, Christopher

Re: [Puppet Users] troubleshooting constraint violations in puppetdb?

2014-11-11 Thread Ryan Senior
er not post the catalog publicly, you can send it to me directly. -Ryan On Tue, Nov 11, 2014 at 9:13 AM, Christopher Wood < christopher_w...@pobox.com> wrote: > Do any of you have troubleshooting tips for the puppetdb error log message > about violating database constraints?

[Puppet Users] Re: how to get notified when puppet fact has some values

2014-11-04 Thread Ryan Anderson
While this isn't in manifests, I'd recommend you setup puppetdb, then hook up the excellent puppetboard to it. It will give you visibility into such things. On Monday, November 3, 2014 1:43:50 PM UTC-6, Spriya wrote: > > Hi, > > I have created custom facts. how do i know if my custom facts exis

[Puppet Users] Re: How do you keep hostnames out of the manifest?

2014-11-04 Thread Ryan Anderson
You could make a custom fact that indicates each site based on the IP subnet that your pets reside on. Something as simple as an external fact like: #!/bin/sh MYIP=`ifconfig | grep 'inet ' | grep -v 127.0.0.1 | awk '{ print $2 }' | sed 's/addr://'` case $MYIP in 10.1.3.*) my_site=minneapolis

Re: [Puppet Users] puppetlabs/activemq module

2014-10-31 Thread Ryan Coleman
ork before someone spends a lot of time on it. Thanks John ! > > John A. > > On Thursday, October 30, 2014 6:22:01 PM UTC-7, Ryan Coleman wrote: >> >> >> >> On Thu, Oct 30, 2014 at 5:51 PM, John Anderson wrote: >> >>> I'm fairly sure that pu

Re: [Puppet Users] puppetlabs/activemq module

2014-10-30 Thread Ryan Coleman
-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/194e-531f-4521-9c4f-9b07df086c12%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/194e-531f-4521-9c4f-9b07df086c12%40googlegroups.com?utm_medium=em

[Puppet Users] PuppetDB 2.2.2 is now available

2014-10-21 Thread Ryan Senior
on the 2.2.2 release, consult the detailed release notes here: https://docs.puppetlabs.com/puppetdb/2.2/release_notes.html Contributors Ken Barber, Ryan Senior and Wyatt Alt Changelog - Ken Barber (4): 2f9d47c Add Centos 7 acceptance tests 2c7019f (PDB-952

Re: [Puppet Users] PuppetDB not send fact to Dashboard - state=SSLv3 read server session ticket A: tlsv1 alert unknown ca

2014-10-18 Thread Ryan Senior
after you made the change. [1] - https://docs.puppetlabs.com/puppetdb/2.2/api/query/curl.html#using-curl-from-remote-hosts-sslhttps -Ryan On Sat, Oct 18, 2014 at 3:35 PM, Stella wrote: > Hi guys, > > I got so many problems this weekend for my puppet 3.6.2 with dashboard and > pupp

[Puppet Users] file_line + filebucket?

2014-10-07 Thread Ryan Anderson
Where appropriate, I enjoy using file_line to edit files from the puppetlabs/stdlib module, but I would like to keep a copy of the file before it gets changed by file_line. Is there a way to have file_line use the filebucket in the same way files controlled with the 'file' type do? -- You rece

[Puppet Users] puppet + passenger issue

2014-09-15 Thread Ryan Anderson
My 3.4.3 puppet master on RHEL6.5 is using apache+passenger (4.0.39). As I've added more agents, I've increasingly hit situations where I get numerous errors from the web server. The problem shows up as errors on file resources from agents such as this: Error 503 on SERVER: This website is unde

[Puppet Users] Announce: Puppet Enterprise 3.3.2 is available

2014-09-09 Thread Ryan McKern
Dear Puppet Enterprise Users, Puppet Enterprise 3.3.2 is now available. This is a security release of Puppet Enterprise. All users of Puppet Enterprise 3.x are encouraged to upgrade when possible to Puppet Enterprise 3.3.2. Puppet Enterprise 3.3.2 includes fixes to address multiple vulnerabiliti

Re: [Puppet Users] PE 3.3 Installing module hangs

2014-07-21 Thread Ryan Coleman
Enterprise is >> 4.3.0 and higher, compatible with PE 3.3. >> >> So, you may pass `puppet module install` the --ignore-requirement flag to >> ignore the warning and install both gitlab and stdlib on your PE >> installation or you could try the new release of Puppet Enterpri

Re: [Puppet Users] PE 3.3 Installing module hangs

2014-07-21 Thread Ryan Coleman
n your PE installation or you could try the new release of Puppet Enterprise 3.3 which shouldn't raise the warning. Regards, --Ryan > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from t

Re: [Puppet Users] Cannot find installed module

2014-06-25 Thread Ryan Coleman
neric but if you find yourself wanting to post about PE-specific features, like using the Enterprise Console, Event Inspector and so on, there's a dedicated pe-users list for that. https://groups.google.com/a/puppetlabs.com/forum/#!forum/pe-users Cheers, --Ryan On Wed, Jun 25, 2014 at 11:56

Re: [Puppet Users] Historical reporting, BI from puppetdb?

2014-06-18 Thread Ryan Anderson
f a > 'puppetdb export' tarball if you wanted to analyze the data from a > previous backup :-). > > ken. > > On Tue, Jun 17, 2014 at 10:01 PM, Ken Barber > wrote: > > Ryan, > > > > What about something like this? > > > > http://wi

Re: [Puppet Users] Historical reporting, BI from puppetdb?

2014-06-17 Thread Ryan Anderson
Thanks, good to know. While the REST API would be the method to get at the data, my issue is that I'm not capable of writing a web app + data repository that can generate web-based reports, etc. I've actually gotten into the habit of running one-off queries using the API with curl to get YAML-f

[Puppet Users] Historical reporting, BI from puppetdb?

2014-06-17 Thread Ryan Anderson
I use puppetdb + puppetboard, which are very useful to see the current state of my environment. Puppetboard also provides a very nice representation of each agent's most recent reports. However, I want to take it to the next level and create custom historical reports for business intelligence (

Re: [Puppet Users] Puppetdb 2 does not startup

2014-05-08 Thread Ryan Senior
Hi Brent, Check the release notes here: https://github.com/puppetlabs/puppetdb/blob/stable/documentation/release_notes.markdown. We've changed the log file config location, which I think is the problem you're running into. -Ryan On Thu, May 8, 2014 at 7:42 AM, Brent Clark wrote: &g

[Puppet Users] Re: Custom policy executable

2014-05-08 Thread Ryan Jacobson
I'm doing the same thing as you. In fact, your post is what I used to create my own policy. I couldn't find any other examples anywhere, so thank you! I'm using ruby instead of sh as my executable: #!/bin/ruby exit(1) if ARGV.size == 0 host= ARGV[0] custom_attr = `openssl req -noout

Re: [Puppet Users] Custom fact displays with brackets and double quotes, eg [""]

2014-05-05 Thread Ryan Anderson
Oops, I should have been more specific. All AIX versions exhibit this behavior and all are consistently running facter 1.7.5 and puppet open source 3.4.3; both are installed via ruby gem. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsu

[Puppet Users] Custom fact displays with brackets and double quotes, eg [""]

2014-04-30 Thread Ryan Anderson
I have a ruby custom fact that when queried with 'facter -p mysite' displays as expected (eg TX), but if I do 'facter -p | grep mysite' it shows up like ["MN"]. It will show up this wrong way when it goes to puppetdb (whose data I view with puppetboard). This custom fact only behaves this way o

[Puppet Users] Re: Delivery Status Notification (Failure)

2014-04-15 Thread Ryan McKern
1397583613621; > Tue, 15 Apr 2014 10:40:13 -0700 (PDT) > Received: by 10.224.60.14 with HTTP; Tue, 15 Apr 2014 10:40:13 -0700 (PDT) > Date: Tue, 15 Apr 2014 10:40:13 -0700 > Message-ID: zmfebrn9pt4aivwq...@mail.gmail.com> > Subject: Announce: Puppet Enterprise 2.8.6 is now availa

[Puppet Users] Announce: Puppet Enterprise 2.8.6 is now available

2014-04-15 Thread Ryan McKern
pgrading, 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. -- Ryan McKern Release Engineer *Join us at *Puppet

  1   2   3   4   >