Re: [Puppet Users] Correction: Puppet Platform 6.27.1 (not 6.27.0) is now available!

2022-04-27 Thread Steve Huston
On Thu, Apr 21, 2022 at 12:20 PM Josh Cooper wrote: > On Thu, Apr 21, 2022 at 7:32 AM Steve Huston > wrote: >> Apr 21 10:25:03 coathook puppet-agent[11565]: Starting Puppet client >> version 6.27.0 >> Apr 21 10:26:54 coathook puppet-agent[11569]: >> (/Stage[main]

Re: [Puppet Users] Correction: Puppet Platform 6.27.1 (not 6.27.0) is now available!

2022-04-21 Thread Steve Huston
gt;> >> For the full list of changes, check out the release notes: >> https://puppet.com/docs/puppet/6/release_notes_osp.html > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from thi

Re: [Puppet Users] init config once

2021-03-15 Thread Steve McKuhr
; > > Besides this: Bolt must be executed manually > > > > > On 29. Jan 2021, at 06:03, Benjamin Ridley wrote: > > > > > > You might be better off using something like Puppet Bolt to deploy the > > > file as a one off task at provisioning, rather t

Re: [Puppet Users] init config once

2021-01-28 Thread Steve McKuhr
In an effort to avoid errors triggered by validate_cmd, I ended up using a conditional based on a File.exists custom fact. I'm still open to suggestions, this is all new territory to me. On Thu, 2021-01-28 at 17:13 -0800, Steve McKuhr wrote: > I've just realized that my problem

Re: [Puppet Users] init config once

2021-01-28 Thread Steve McKuhr
the replace attribute on the file resource. > > https://puppet.com/docs/puppet/latest/types/file.html#file-attribute-replace > > > > On Thu, Jan 28, 2021 at 9:57 AM Steve McKuhr wrote: > > I'd like to initialize a user config file once, at software install time, > &

[Puppet Users] init config once

2021-01-28 Thread Steve McKuhr
template('my-template'), validate_cmd => '/bin/test ! -f users.control', } file { 'users.control': ensure => present, content => "puppet managed", require => File['users'], } The above code works ok, however I was wondering if there is a mo

Re: [Puppet Users] Re: problems installing.

2020-07-22 Thread Steve Redlich
Same URI. My desktop has been dist-upgraded A few times and there’s leftover bits of crud that apt and dpkg can’t figure out. I’m switching to puppet after failing with chef so who knows what caused the install to fail. Thanks On Tue, Jul 21, 2020 at 2:15 PM Morgan Rhodes wrote: > Hi St

[Puppet Users] Re: problems installing.

2020-07-20 Thread Steve Redlich
at 2:00:29 PM UTC-7 Steve Redlich wrote: > I'm not able to setup the puppet apt repository on ubuntu 18.04 > > > root@lynx:/tmp# dpkg -i puppet-tools-release-bionic.deb > (Reading database ... 239282 files and directories currently installed.) > Preparing to unpack puppet-t

[Puppet Users] problems installing.

2020-07-20 Thread Steve Redlich
I'm not able to setup the puppet apt repository on ubuntu 18.04 root@lynx:/tmp# dpkg -i puppet-tools-release-bionic.deb (Reading database ... 239282 files and directories currently installed.) Preparing to unpack puppet-tools-release-bionic.deb ... Unpacking puppet-tools-release (1.0.0-4bionic) o

Re: [Puppet Users] Re: puppetdb "

2020-05-06 Thread Steve Huston
not deploying a lot of new machines at the moment :D -- Steve Huston - W2SRH - Unix Sysadmin, PICSciE/CSES & Astrophysical Sci Princeton University |ICBM Address: 40.346344 -74.652242 345 Lewis Library |"On my ship, the Rocinante, wheeling through Princeton, NJ 08544 | th

[Puppet Users] Re: puppetdb "

2020-05-04 Thread Steve Huston
nd insert above line 1952: 01 (fn [] true) 02 (fn [] true) 03 (fn [] true) ... On Mon, May 4, 2020 at 1:23 PM Steve Huston wrote: > > I upgraded via the Puppet repos from puppetdb-6.9.1-1.el7.noarch > (Installed 3/12) to puppetdb-6.10.0-1.el7.noarch today, and restarting > pup

[Puppet Users] puppetdb "

2020-05-04 Thread Steve Huston
s as if adding the 00 but not 01..27 has caused the test for unknown migrations to trigger, but again I'm not familiar with the language so just trying to see what's going on. -- Steve Huston - W2SRH - Unix Sysadmin, PICSciE/CSES & Astrophysical Sci Princeton University |ICBM

[Puppet Users] puppetlabs-iis \ restart_requests_limit should be greater than 0

2018-10-11 Thread Steve Cretchley
I'm attempting to configure application pools in IIS using the puppetlabs-iis module. When defining *restart_requests_limit => 0* in the application pool I get the following error: Error: Failed to apply catalog: Parameter restart_requests_limit failed on Iis_application_pool[POOLNAME]: resta

[Puppet Users] Re: puppetdb - WITH inactive_nodes AS (SELECT certname

2018-08-22 Thread Steve Traylen
On Tuesday, August 21, 2018 at 12:05:09 AM UTC+2, zachar...@puppet.com wrote: > > Hi Steve, > > The query you posted looks like the inactive_nodes CTE that's used as a > default filter which strips inactive or deactivated nodes from the > response. As far as I know i

[Puppet Users] puppetdb - WITH inactive_nodes AS (SELECT certname

2018-08-20 Thread Steve Traylen
= $6))) AND NOT ((fs.certname) in ( (SELECT inactive_nodes.certname AS certname FROM inactive_nodes) ) ))) Steve Traylen. -- 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

[Puppet Users] NoMethodError: undefined method `initialize_for_puppet'

2017-12-18 Thread Steve R
hello, I'm trying to revive some old code, and I'm getting this error when i run the puppet agent I have never called the initialize_for_puppet in any of my manifests/modules, could this be something server side? on the server side: [2017-12-17 17:06:12] ERROR NoMethodError: undefined meth

Re: [Puppet Users] Re: puppetserver and LDAP terminus

2017-03-29 Thread Steve Huston
the latter is the case I will have to make my own modifications to jruby-ldap to make it work, once I figure out what those modifications should be. On Tue, Jun 9, 2015 at 5:43 PM, Eric Sorenson wrote: > Hi Steve, thanks for tracking this down! The LDAP node terminus is a useful > bu

[Puppet Users] Re: Puppetserver External CA with CRL not working

2017-03-28 Thread Steve Viola
e that > Puppetserver/Jetty does the same thing. > > For what it's worth I duplicated your `openssl verify` invocation with a > bundled CA cert/CRL and it's failing on my end because it can't find a CRL; > this might lend support for the expired CRL argument. > >

[Puppet Users] Re: Puppetserver External CA with CRL not working

2017-03-24 Thread Steve Viola
some tests on my end with this as >> well but you may want to test this in your environment and see if it >> provides any useful information. >> >> Would it be possible for you to provide your CA cert/client cert/CRL? Or >> is that private? >> >> Lastly

[Puppet Users] Re: Puppetserver External CA with CRL not working

2017-03-21 Thread Steve Viola
To clarify, I this is with puppetserver 2.7.2 from the puppetlabs yum repo. Using the version of openssl in /opt/puppetlabs/puppet/bin/ provides the same output as the system openssl On Tuesday, March 21, 2017 at 4:52:38 PM UTC-4, Steve Viola wrote: > > Hello, > > I'

[Puppet Users] Puppetserver External CA with CRL not working

2017-03-21 Thread Steve Viola
Hello, I've configured my puppetserver with an External CA , and everything was working as expected off the bat, but when I add the CRL path, puppet agent runs on all hosts stops running. webserver.conf looks like this

[Puppet Users] restart NginX ONCE (after default file has been removed)

2017-03-03 Thread Steve Button
Hi, I've got a small piece of puppet in my profile module to remove the default nginx.conf file which gets installed by the nginx module. # Upon install this file gets created and displays "Welcome to NginX" page, which we don't need. file { '/etc/nginx/conf.d/default.conf': ensure => 'abse

Re: [Puppet Users] Running multile MySQL Instances on the same server

2017-02-23 Thread Steve ESSO
I know this post is old, but I'm just posting this answer as I got similar requirements and struggled a bit to have it implemented. Anyway, following your advise, I was able to automate Mysql Multiple Instance by combining puppetlabs-mysql and Docker

[Puppet Users] Debugging confusion !?

2017-01-13 Thread Steve Button
Hi, I've been struggling to debug this Puppet code for a couple of days now. Perhaps it's something obvious but I just can't see it! Can anyone suggest a debugging approach to get this working?? Why is it complaining every time that redis and Ruby are already at the lastest versions? More imp

[Puppet Users] Re: Puppet Community Roles and Profiles

2017-01-12 Thread Steve Button
all. I'm sure other speakers are available, but Gary is possibly the most entertaining and funny. Which is quite an achievement on such a dry subject. So, in answer to your original question the community very much does use Roles and Profiles and I've personally found it a very useful p

Re: [Puppet Users] PATH when using puppet apply. RVM buggered.

2017-01-06 Thread Steve Button
Hi, We're not intentionally using rvm to run puppet. We have a RoR application, and we currently want to ensure it runs the correct Ruby version using RVM. For this purpose, we're using the maestrodev/rvm module from the forge. Thanks for coming back so quickly. Steve On Friday,

[Puppet Users] PATH when using puppet apply. RVM buggered.

2017-01-06 Thread Steve Button
the community could point me in the right direction!? Many thanks, Steve Button -- 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] mirroring puppet 4

2016-03-07 Thread steve moulton
have no problem maintaining two separate yum configuration files, but users will find it confusing. Why was puppet4 released under PC1? Is it not ready for prime time yet? Thanks, - Steve -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] How to run shell command on puppet agent

2016-01-29 Thread Steve Traylen
Hi Santanu, Hope your well. This kind of thing is exactly what custom facts are for. Write a custom fact to report the users. Steve. --- Steve Traylen From: Sans Sent: 29 Jan 2016 7:16 pm To: Puppet Users Subject: [Puppet Users] How to run shell command on puppet agent Hi all, Just trying

Re: [Puppet Users] librarian-puppet vs R10K

2016-01-28 Thread Steve Traylen
On Thu, 2016-01-28 at 06:40 -0800, Alex Harvey wrote: > Hi all, > > I am interested in the future of the Librarian-puppet project - to > find out how many people are still using it, and if there are people > out there who actually prefer it over R10K. > There's another one to consider https://git

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Steve Traylen
In this case the screen session stays forever and you can connect to it later to see the output. That may or may not be useful to you of course --- Steve Traylen From: Dayton Jones Sent: 15 Dec 2015 1:02 pm To: Puppet Users Subject: Re: [Puppet Users] Logging output of a long running exec

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Steve Traylen
Example of long exec running backgrounded in a screen. exec { 'zrep_initial_sync': command => "screen -dmS zrep_initial_sync /usr/local/sbin/krb_me.sh /usr/local/sbin/zrep init ${src_vol} ${dst_host} ${dst_vol}", onlyif => "zfs get -H zrep:src-fs -o value ${src_vol} | grep -qv ${src_vol}", path

Re: [Puppet Users] Virtual resources not refreshing, how to clean out and re-do?

2015-08-05 Thread Steve Wray
db to delete specific virtual resources! So far as I can tell it doesn't work with -X DELETE at all. On Wednesday, August 5, 2015 at 11:28:49 AM UTC-7, Matthew Burgess wrote: > > On 5 Aug 2015 19:10, "Steve Wray" > wrote: > > > > I have a problem where a v

[Puppet Users] Virtual resources not refreshing, how to clean out and re-do?

2015-08-05 Thread Steve Wray
I have a problem where a virtual resource has, in an early run, got the wrong value. I've fixed the manifest so that the virtual resource gets the correct values and I've rerun Puppet on the node that populates the virtual resource. However when it is instantiated it still gets the old value. I

[Puppet Users] Error: Could not find a suitable provider for dism

2015-04-19 Thread Steve Tuttle
So, I am wanting to ensure that the IIS-Webserver is present. Seems like it should be easy enough. I have installed https://forge.puppetlabs.com/puppetlabs/dism. I have a class that looks something like this: class someclass { dism { 'IIS-Webserver': ensure => present,

Re: [Puppet Users] Selectively Install Packages

2015-03-04 Thread Steve Harp
A custom fact worked perfectly. Thanks very much. On Wednesday, March 4, 2015 at 11:22:45 AM UTC-5, Martin Alfke wrote: > > Hi Steve, > > with tags you only can execute classes which are enabled anyway. > It is a way to limit execution on a certain subset of classes.

Re: [Puppet Users] Selectively Install Packages

2015-03-04 Thread Steve Harp
ch 4, 2015 at 10:05:34 AM UTC-5, Martin Alfke wrote: > > Hi, > On 04 Mar 2015, at 15:57, Steve Harp > > wrote: > > > Hi Guys, > > > > I'm using Puppet for many configuration items and package deployments. > I need to be able to only deploy certain pac

[Puppet Users] Selectively Install Packages

2015-03-04 Thread Steve Harp
Hi Guys, I'm using Puppet for many configuration items and package deployments. I need to be able to only deploy certain packages/classes when the Agent sends a definable command line option. Example: puppet agent --onetime --no-daemonize --verbose --do_something_special I want to be able

[Puppet Users] Managing json configuration files for each node

2015-02-13 Thread Steve Harp
Hi Guys, I'm trying to figure out the best way to manage json configuration files on all of my nodes. The json files consist of from 1 to n sub-site configurations stored in a json array. If each site only had 1 site configuration, it would be a simple matter of using a template. The only op

[Puppet Users] Accessing Specific Chunk of Aggregate Fact

2015-02-06 Thread Steve Harp
Hi Guys, I have a json configuration file on each Puppet Agent that I need to parse and return the values as custom facts. Each json file will contain an array of from 0 to n elements each of which will have needed configuration settings. I think what I need to write is an aggregate fact wher

[Puppet Users] Re: puppetserver and LDAP terminus

2015-02-03 Thread Steve Huston
age maintainer does a very good job of making sure that the scripts and setups are duplicated if he rebuilds something - please correct me if the logic to recreate this directory is included somewhere and I can point it out to him to fix in our repository. -- Steve Huston - W2SRH - Unix Sysadmin, PI

Re: [Puppet Users] Puppet Custom Facts

2015-02-03 Thread Steve Harp
Thanks Wolf. Sad news but now I know and I can structure my facts to deal with it. On Tuesday, February 3, 2015 at 12:11:03 PM UTC-5, Wolf Noble wrote: > > Hi Steve, > > All custom facts are delivered to all nodes within a puppetmaster's > control. IOW, having a module th

[Puppet Users] Puppet Custom Facts

2015-02-03 Thread Steve Harp
Hi Guys, I've created some custom facts in /etc/puppet/MODULE_NAME/lib/facter/. When I run puppet I'm having facts that aren't even defined in a module being called by the node deployed to the agent. This is causing the facts to fail on the agent. For instance, if I have the following custom

[Puppet Users] puppetserver and LDAP terminus

2015-02-02 Thread Steve Huston
e) Gem files will remain installed in /var/lib/puppet/jruby-gems/gems/ruby-ldap-0.9.16 for inspection. Results logged to /var/lib/puppet/jruby-gems/gems/ruby-ldap-0.9.16/./gem_make.out -- Steve Huston - W2SRH - Unix Sysadmin, PICSciE/CSES & Astrophysical Sci Princeton University |

Re: [Puppet Users] Constant "end of file reached"

2014-09-18 Thread Steve Perry
acter/apt_security_updates.rb *Error: Could not retrieve catalog from remote server: end of file reached* *Warning: Not using cache on failed catalog* *Error: Could not retrieve catalog; skipping run* On Thursday, September 18, 2014 12:47:44 PM UTC-4, Kylo Ginsberg wrote: > > On Thu, Sep 18, 2014 at 9:37 AM,

[Puppet Users] Constant "end of file reached"

2014-09-18 Thread Steve Perry
Wondering if anyone has seen this issue before: [root@xxpuppet2 puppet]# puppet agent -t Warning: Unable to fetch my node definition, but the agent run will continue: Warning: end of file reached Info: Retrieving pluginfacts Info: Retrieving plugin Error: /File[/var/lib/puppet/lib]: Failed to gen

[Puppet Users] Re: Puppet Master not serving out/reading manifests

2014-07-31 Thread Steve Marlow
/kungfumaster.mydomain.com.pp. -Steve On Wednesday, July 30, 2014 11:16:14 PM UTC-4, Naftuli Tzvi Kay wrote: > > I have a really strange issue with my Puppet Master. > > I can't seem to get it to serve my manifests properly. I have installed > manifests in two locations: > >

RE: [Puppet Users] New Puppet book: Extending Puppet

2014-06-27 Thread Steve Robillard
It is also available in ebook format for only $10 from the packtpub.com until the 5th http://www.packtpub.com/extending-puppet/book From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Stefano Zanella Sent: Friday, June 27, 2014 6:22 PM To: puppet-users@g

[Puppet Users] Re: Could not request certificate: Error 405 on SERVER

2014-06-05 Thread Steve Kilduff
I found this page when searching for a solution to errors like “403 Forbidden error” and error 405 “The requested method PUT is not allowed for the URL /production/” I searched all the permissions, all the dir layouts, but nothing was fixing. Quickly put, my solution was to downgrade the late

Re: [Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-03 Thread Steve Kilduff
when you use the -t flag no cached catalog is applied, but > without it could be. > > Regards > El 03/06/2014 17:22, "Steve Kilduff" > > escribió: > >> Hi guys, >> >> I've searched but not found what I'm looking for, sorry if this has be

[Puppet Users] "puppet agent: applying configuration" success differs to manual command line "puppet agent -t"

2014-06-03 Thread Steve Kilduff
Hi guys, I've searched but not found what I'm looking for, sorry if this has been asked before. Background: I am trying to monitor puppet run success by monitoring the file /var/lib/puppet/state/last_run_summary.yaml. Then I am trying to break a puppet run, by temporarily removing a manifest

[Puppet Users] Re: certificates being 'randomly' revoked

2014-03-19 Thread steve
I'm not sure about test suite or UI terminii, I'm just running Puppet from the repos at puppetlabs (its not Puppet enterprise). This is happening in production but I can't reproduce it, it just happens apparently at random. I've set the crl file immutable, hopefully next time something tries to

[Puppet Users] Re: certificates being 'randomly' revoked

2014-03-19 Thread steve
What would happen if I chattr +i ca_crl.pem to prevent it being updated? Certificate revocation is something that should be manually controlled anyway. Suppose that the Puppet error message is wrong (or at least misleading) and the problem is not revocation. If the crl.pem file is immutable and

Re: [Puppet Users] Re: certificates being 'randomly' revoked

2014-03-19 Thread steve
No. Only one puppet master. On Wednesday, March 19, 2014 7:56:23 AM UTC-7, Jesse Throwe wrote: > > Steve, > > Do you, perchance, have multiple puppet masters in play? > > On Wed, Mar 19, 2014 at 9:58 AM, jcbollinger > > > wrote: > > > > > > On

[Puppet Users] Re: certificates being 'randomly' revoked

2014-03-19 Thread steve
I don't have one of the actual messages handy right now but when it occurs I run 'puppet agent --test' and instead of doing its work it presents an error message which explains that the certificate (of the node I ran puppet on) has been revoked. This is what led me to believe that the problem wa

[Puppet Users] Re: certificates being 'randomly' revoked

2014-03-18 Thread steve
These are not new nodes but not old either, only a few months. The date/time is correct. The DNS is correct. I have not manually set certificate lifetimes to be shorter than the default. However sometimes these nodes might not check in for a few days. This was recently a big problem as the cert

[Puppet Users] certificates being 'randomly' revoked

2014-03-17 Thread steve
Hi, I've been having issues with certificates being revoked without any human intervention or oversight; one day a node will try to do an update and it can't because its certificate is revoked. There is definitely no one issuing 'puppet cert clean nodename' on the commandline. puppet --version

[Puppet Users] ENC broken in the strangest way.

2014-03-11 Thread Steve Neuharth
nstead dev like I asked 2) why can't puppetmaster or passenger run the damn script? I'm totally stuck, any help would be greatly appreciated. --steve -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this g

Re: [Puppet Users] Re: how do I check to see whether a hash value is defined if a parent of the hash value might not even exist?

2014-03-11 Thread Steve Neuharth
("client::${::client}::${::env}::${name}::server_name", "default > value") > > Regards, David > > On 2014-03-11 16:34, Steve Neuharth wrote: > > this works: > > > > # set up our servername > > if $web_conf[$::client] { >

[Puppet Users] Re: how do I check to see whether a hash value is defined if a parent of the hash value might not even exist?

2014-03-11 Thread Steve Neuharth
.${domain}" } } else { $server_name = "${name}.${client_code}.${::env}.${domain}" } but it's SO UGLY. Any recommendations on making it prettier? On Monday, March 10, 2014 3:42:36 PM UTC-5, Steve Neuharth wrote: > > I've got a big hash of info that looks like t

[Puppet Users] how do I check to see whether a hash value is defined if a parent of the hash value might not even exist?

2014-03-10 Thread Steve Neuharth
he 'else' bit. The trouble is that it totally fails if even the top or intermediate levels of the hash don't exist. I've tried using "if $web_conf[$::client][$::env][$name]['server_name'] != undef", tried "if undef($web_conf[$::client][$::env][$name

Re: [Puppet Users] Re: puppetdb, foreman, one particular node has a problem

2013-10-16 Thread Steve Wray
;ll do some more tests with the newer version of foreman. On 16 October 2013 20:02, Greg Sutcliffe wrote: > On 16 October 2013 11:48, Steve Wray wrote: > >> Sure, I'm using this repository >> >> deb http://deb.theforeman.org/ precise stable >> >> it loo

Re: [Puppet Users] Re: puppetdb, foreman, one particular node has a problem

2013-10-16 Thread Steve Wray
ped out foreman. I didn't have time to research the issue further or try to fix foreman. On Wednesday, 16 October 2013 17:24:46 UTC+8, ohad wrote: > > > > > On Wed, Oct 16, 2013 at 11:07 AM, Steve Wray > > wrote: > >> It turned out that there was an update

Re: [Puppet Users] Re: puppetdb, foreman, one particular node has a problem

2013-10-16 Thread Steve Wray
17:26:33 UTC+8, Andreas Ntaflos wrote: > > On 2013-10-16 10:07, Steve Wray wrote: > > It turned out that there was an update to the foreman package which > > completely broke Puppets ability to enroll new nodes. > > > > Call me old fashioned, I've been a Debian

[Puppet Users] Re: puppetdb, foreman, one particular node has a problem

2013-10-16 Thread Steve Wray
It turned out that there was an update to the foreman package which completely broke Puppets ability to enroll new nodes. Call me old fashioned, I've been a Debian sysadmin for over 10 years, but on a 'stable' system an apt-get upgrade is not supposed to break things. Thats one of the things De

[Puppet Users] Re: puppetdb, foreman, one particular node has a problem

2013-10-16 Thread Steve Wray
I just realised that between now and then there was a foreman upgrade which has basically broken my ability to enroll new nodes. Great. Thanks package maintainer. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group a

[Puppet Users] puppetdb, foreman, one particular node has a problem

2013-10-15 Thread Steve Wray
I have about 75 nodes now and recently added 6 of them. They are all running Debian squeeze and all have exactly the same Puppet packages. One is giving an error when I try to enroll it: Failed to import facts: PG::UndefinedColumn: ERROR: column "environment" of relation "hosts" does not exist

[Puppet Users] Re: getting array of hostnames of clients

2013-09-11 Thread Steve Wray
On Wednesday, 11 September 2013 22:50:59 UTC+8, jcbollinger wrote: > > > On Wednesday, September 11, 2013 2:49:50 AM UTC-5, Steve Wray wrote: >> >> I need to get an array of hostnames of clients of the puppet server. >> >> There doesn't seem to be a sim

[Puppet Users] getting array of hostnames of clients

2013-09-11 Thread Steve Wray
I need to get an array of hostnames of clients of the puppet server. There doesn't seem to be a simple way to do this so I've tried a few methods. I've tried a curl expression in a fact like this: curl -s -k -H "Accept: yaml" https://localhost:8140/production/facts_search/search?facts.nodetype

Re: [Puppet Users] where do I configure 'max pool size'?

2013-07-13 Thread Steve Wray
with Puppet. I don't think the error message is about the MySQL configuration, I think theres an undocumented Puppet configuration. On Sunday, 14 July 2013 01:26:48 UTC+8, Ramin K wrote: > > On 7/13/2013 8:18 AM, Steve Wray wrote: > > Getting this error; > > The max p

[Puppet Users] where do I configure 'max pool size'?

2013-07-13 Thread Steve Wray
Getting this error; The max pool size is currently 5; consider increasing it using MySQL. Surprisingly, I haven't been able to find exactly where I make the configuration change that Puppet suggests. Any clues? Thanks. -- You received this message because you are subscribed to the Google Gro

Re: [Puppet Users] Hi!!!

2013-06-02 Thread steve .
Ugh. Sorry, everybody. Obviously, I hope you haven't clicked on this link since it wasn't me who sent it. I'm doing the usual stuff -- new strong password, refreshed app tokens, single-use passwords in other apps, etc. ... On Sun, Jun 2, 2013 at 5:53 AM, steve .

[Puppet Users] Hi!!!

2013-06-02 Thread steve .
http://tagolpc.com.ua/cxsu/xzbqbmsqinss.ssbgtsvz -- 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 post to this group

[Puppet Users] Re: runinterval - is it seconds or minutes? Docs are incomplete!

2013-05-29 Thread Steve F
My puppet documentation from running # puppet master --genconfig reveals: # How often puppet agent applies the client configuration; in seconds. # Note that a runinterval of 0 means "run continuously" rather than # "never run." If you want puppet agent to never run, you should start

[Puppet Users] Re: Agent nodes not appearing in Enterprise live management

2013-03-26 Thread Steve F
g that there's not a huge amount of documentation on this (and what there is seems out of date), despite the age of the product. On Friday, 22 March 2013 09:49:57 UTC, Steve F wrote: > > Hi all, > > First off, I'm very much a new user when it comes to Puppet, just trying

[Puppet Users] Agent nodes not appearing in Enterprise live management

2013-03-22 Thread Steve F
orce a single run instance or query packages, users etc from the console. Anyone have any ideas? Steve -- 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] puppetlabs-lvm and --guess-fstype

2013-02-22 Thread steve foster
Logged a bug: http://projects.puppetlabs.com/issues/19410 On Friday, 22 February 2013 09:47:33 UTC, Mathieu Bornoz wrote: > > Hi, > > I just came across this problem due to an upgrade of util-linux-ng on > RHEL6 this morning :( > > I have not seen any github PR related to this problem on puppe

[Puppet Users] Apparent bug in 'import' when directory name matches module name

2013-02-18 Thread Steve Shipway
x27;d be interested in hearing if anyone else has experienced this, or if this clears up odd behaviour you're experiencing on your system. Also, if you also have the problem, please go to the bug tracker and give this a +1 to help it get higher priority on the fix list... Steve Steve Shipw

Re: [Puppet Users] Re: roles, profiles, and hiera

2013-02-15 Thread Steve Roberts
On Friday, February 15, 2013 6:37:10 AM UTC-8, jcbollinger wrote: > > > > On Thursday, February 14, 2013 1:45:36 PM UTC-6, Chad Huneycutt wrote: >> >> Thanks, John. I think you are right that puppet should support it, >> but I am pretty sure it does not. I chatted with RI, and it seems >> tha

[Puppet Users] Re: Puppet 3.1 - remove packages in order/with dependancies.

2013-02-11 Thread steve foster
Hi Rafal, the before meta-parameter would help you here: package{ 'Lib_Utils': ensure => absent, before => Package['MegaCli'], } Cheers Steve On Monday, February 11, 2013 11:00:58 AM UTC, Rafał Radecki wrote: > > Hi All. > > I would like to remove

RE: [Puppet Users] Seriously, am I the only one having trouble with the RHEL puppetlabs repos?

2013-01-29 Thread Nielsen, Steve
Try running this: yum clean all Steve From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Greg Chavez Sent: Tuesday, January 29, 2013 11:13 AM To: puppet-users@googlegroups.com Subject: [Puppet Users] Seriously, am I the only one having trouble with the

Re: [Puppet Users] How to only apply my manifests to certain classes?

2012-12-21 Thread Steve Button
On Thursday, 20 December 2012 16:51:59 UTC, rvs wrote: > On Thu, Dec 20, 2012 at 8:11 AM, Steve Button > > > wrote: > > Hi, > > > > I've written a new resolv class, but I only want it to get pushed out > (for > > > Please let us know a b

[Puppet Users] How to only apply my manifests to certain classes?

2012-12-20 Thread Steve Button
Hi, I've written a new resolv class, but I only want it to get pushed out (for instance) UAT servers for now. Or perhaps just servers which have apache installed, or just the ones which are part of project xyz. I've been searching through the docs, but I think I'm looking in the wrong place. A

[Puppet Users] Re: err: Could not request certificate: stack level too deep

2012-12-15 Thread Steve Roberts
On Saturday, September 15, 2012 6:10:33 AM UTC-7, quanta wrote: > > debug: Using cached certificate for ca > err: Could not request certificate: stack level too deep > debug: Using cached certificate for ca > debug: Using cached certificate for ca > /usr/lib/ruby/1.8/sync.rb:58:

Re: [Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-29 Thread Steve
05:40 AM UTC-4, Steve wrote: > > I was able to telnet port 8140 via the 3g connection. > > I also tried to lower the MTU on the interface and I was still > unsuccessful. So I set it back > > One thing I don't understand is that the error message has now changed to > >

Re: [Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-26 Thread Steve
one of these work check the docs for timeout settings (can't remember > of hand). > > Den > > On 26/10/2012, at 3:55, Steve > wrote: > > I have a puppetmaster on an Amazon EC2 instance of Ubuntu 12.04. All of > the puppet nodes I am running are also on ubuntu server

[Puppet Users] Connection Timed Out updating node on 3g mobile broadband device

2012-10-25 Thread Steve
I have a puppetmaster on an Amazon EC2 instance of Ubuntu 12.04. All of the puppet nodes I am running are also on ubuntu server 12.04. I can connect any of the nodes on a wireless or LAN connection. When I switch my node to a Verizon mobile 3g or 4g device I run "puppet agent -t" and I get the

RE: [Puppet Users] RHEL Kickstart and Puppet certificates

2012-09-13 Thread Nielsen, Steve
Mike - Just curious, what do you mean by "using cnames as the maker intended" ? Are you suggesting a CNAME per hostname mapping? Thanks, Steve Steve Nielsen VP, Open Source Engineering | comScore, Inc.(NASDAQ:SCOR) o +1 (312) 775-6473 | f +1 (312) 775-6495 | mailto:sniel...@co

RE: [Puppet Users] RHEL Kickstart and Puppet certificates

2012-09-12 Thread Nielsen, Steve
Just realized Stuart provided the same answer in an earlier post. Sorry for the duplicate suggestion :). Steve Steve Nielsen VP, Open Source Engineering | comScore, Inc.(NASDAQ:SCOR) o +1 (312) 775-6473 | f +1 (312) 775-6495 | mailto:sniel...@comscore.com

RE: [Puppet Users] RHEL Kickstart and Puppet certificates

2012-09-12 Thread Nielsen, Steve
If the hostname stays the same for the rebuild then another possibility is to backup the puppet cert directory in the %pre of kickstart and then copy back into place in the %post. We do this and it provides seamless rebuilds. Thanks, Steve Steve Nielsen VP, Open Source Engineering

Re: [Puppet Users] puppet 3.0.0 and hiera

2012-07-12 Thread Steve Traylen
On Tuesday, 10 July 2012 03:18:47 UTC+2, Henrik Lindberg wrote: > > On 2012-09-07 19:07, Kelsey Hightower wrote: > > You'll need hiera-puppet, which contains the parser functions. Puppet > 3.0.0 should bring in both Hiera and hiera-puppet as deps. > > > Thanks, > that is a good start. My issue

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-03 Thread Steve Traylen
> Nice! Thanks very much, Martin, that works really nicely. > > Before I blindly try this how does the above work... I call this midway through a puppet run and it does no harm to the current run but loads new configuration for next run. Is that what happens? Steve. > Yeah, this lo

[Puppet Users] Re: puppet server complains of time sync

2012-06-28 Thread Steve Traylen
On Saturday, 23 June 2012 22:17:24 UTC+2, bluethundr wrote: > > Hello list, > > I am having an issue where a puppet agent on a client complains that > clocks are out of sync between it and it's master - > > err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 > read server ce

[Puppet Users] Re: Is it possible to access type params in another type?

2012-06-28 Thread Steve Traylen
>> } >> >> b {'test-b' : >> needs => a >> } >> >> > > > Is it possible ? > Hi Yanis, http://projects.puppetlabs.com/issues/10166 describes a unproven technique for catalog lookup from a provider to access ano

[Puppet Users] Re: packaging puppet modules

2012-06-28 Thread Steve Traylen
On Thursday, 28 June 2012 14:57:08 UTC+2, Ken Dreyer wrote: > > Hi Puppet folks, > > I'm a Fedora packager, and I'm looking into packaging up some of the > modules at http://forge.puppetlabs.com/users/puppetlabs > > I'm thinking through the naming scheme for modules. It looks like the > upstream

[Puppet Users] Re: Is this possible with Hiera - Puppet Module Development and using Hiera

2012-06-18 Thread Steve Traylen
On Monday, 18 June 2012 13:02:33 UTC+2, Peter wrote: > > Hi Puppet Users, > > I have just started playing with Puppet and Hiera. I am curious if it is > possible to control how hiera does variable lookup within a module I am > creating to test it. > > > > I have read through the documentatio

Re: [Puppet Users] types and even class not being found sometimes.

2012-06-08 Thread Steve Traylen
On Friday, 8 June 2012 09:49:35 UTC+2, Felix.Frank wrote: > > Hi, > > On 06/08/2012 12:38 AM, Steve Traylen wrote: > > err: Could not retrieve catalog from remote server: Error 400 on > > SERVER: Cannot find definition Lemon::Metric at > > /etc/puppet/env

[Puppet Users] [JOB] Engineer (Computing) at CERN

2012-06-07 Thread Steve Traylen
Migrating an LSF batch system to SLURM with puppet on OpenStack will certainly be one of the core items but generally migrating services to this infrastructure. See http://cern.ch/go/9KKB for full details, in particular position only open to nationals from CERN member states. -- You receive

Re: [Puppet Users] types and even class not being found sometimes.

2012-06-07 Thread Steve Traylen
was released by accident... best solution in this case is epoch bump the facter 1, package. > On Thu, Jun 7, 2012 at 3:38 PM, Steve Traylen wrote: > >> Hi, >> Today we updated puppet-2.7.14-1 to -2 which should have been boring. >> >> I am sure the update i

Re: [Puppet Users] Thoughts on job listings?

2012-06-07 Thread Steve Traylen
or attempting to answer a question that has been asked. Steve. > > > > Mike Stahnke > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pupp

  1   2   3   >