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
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
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
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'
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
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
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
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
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
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
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
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
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'
>
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
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
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
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
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
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
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
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:
>>>
>>>
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
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
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
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
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
, 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
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
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
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
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,
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
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
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
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
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..
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
/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
/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
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
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
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
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
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
, 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
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
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
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
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
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
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
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"
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
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_
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
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
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
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
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
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
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
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
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
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?
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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 (
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
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
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
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
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
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 - 100 of 373 matches
Mail list logo