Re: [Puppet Users] Re: Quoting 'true' and 'false'

2011-12-16 Thread Trevor Vaughan
to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc

Re: [Puppet Users] Re: Quoting 'true' and 'false'

2011-12-16 Thread Trevor Vaughan
about it. Craig On Dec 16, 2011, at 1:15 PM, Trevor Vaughan wrote: I tend to quote all used of 'false' and 'true' mainly because sometimes the guts of puppet seem to give me back a string no matter what I want and a bareword won't work. I don't have examples offhand and it's possible

[Puppet Users] Extlookup and undefined labels.

2011-12-16 Thread Trevor Vaughan
So, I tried to use extlookup and ended up with a typo that made my configuration explode with a missing label error. So, how would one go about making a label optional? As in, try to look it up, but I don't really care if you fail as I'll just do something else. Thanks, Trevor -- Trevor

Re: [Puppet Users] Extlookup and undefined labels.

2011-12-18 Thread Trevor Vaughan
. So, how would one go about making a label optional? As in, try to look it up, but I don't really care if you fail as I'll just do something else. you can tell extlookup to return some expected default when nothing is found and just check for that? - -- Trevor Vaughan Vice President

Re: [Puppet Users] Puppet capacity with apache+passenger, server saturated

2011-12-20 Thread Trevor Vaughan
-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

[Puppet Users] New variable scoping question regarding defines calling defines.

2011-12-26 Thread Trevor Vaughan
and what to do about it with the notice that 2.8 will force the scoping of all variables. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message

Re: [Puppet Users] New variable scoping question regarding defines calling defines.

2011-12-27 Thread Trevor Vaughan
with peril. On Mon, Dec 26, 2011 at 5:56 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: I just ran into an interesting scenario where I didn't know how to scope my variables and I'd just like to share for the crowd. Suppose you have two modules 'foo' and 'bar'. You also have two defines, 'foo

Re: [Puppet Users] New variable scoping question regarding defines calling defines.

2011-12-27 Thread Trevor Vaughan
-bag of resources) and extract data as though it were a class. It isn't and AFAIK you can't. You'll have to put the data in an actual class and address it from there. On Dec 27, 2011 11:21 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: There are actually pretty good reasons for doing

Re: [Puppet Users] New variable scoping question regarding defines calling defines.

2011-12-28 Thread Trevor Vaughan
to reach into a non-class (essentially a grab-bag of resources) and extract data as though it were a class. It isn't and AFAIK you can't. You'll have to put the data in an actual class and address it from there. On Dec 27, 2011 11:21 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote

Re: [Puppet Users] New variable scoping question regarding defines calling defines.

2011-12-28 Thread Trevor Vaughan
Just tried this with no success. I'm guessing that there's no way to know the calling scope. Filed as bug 11584 even though these will all be compile failures as of 2.8 (in theory). Trevor On Wed, Dec 28, 2011 at 9:08 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: I didn't. Seems odd

[Puppet Users] How are people regression testing their code for variable scoping?

2011-12-28 Thread Trevor Vaughan
I think I've found all of the cases, but I'd like a definitive way to be sure without trying to call every piece of code that I've written. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted

Re: [Puppet Users] Re: New variable scoping question regarding defines calling defines.

2011-12-29 Thread Trevor Vaughan
5:56:26 AM UTC-8, Trevor Vaughan wrote: I just ran into an interesting scenario where I didn't know how to scope my variables and I'd just like to share for the crowd. Suppose you have two modules 'foo' and 'bar'. You also have two defines, 'foo::do_stuff' and 'bar::more_stuff'. define foo

Re: [Puppet Users] Re: New variable scoping question regarding defines calling defines.

2012-01-03 Thread Trevor Vaughan
, jcbollinger john.bollin...@stjude.org wrote: On Dec 26 2011, 7:56 am, Trevor Vaughan tvaug...@onyxpoint.com wrote: I just ran into an interesting scenario where I didn't know how to scope my variables and I'd just like to share for the crowd. Suppose you have two modules 'foo' and 'bar'. You

[Puppet Users] Re: How are people regression testing their code for variable scoping?

2012-01-03 Thread Trevor Vaughan
Any takers? On Wed, Dec 28, 2011 at 9:19 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: I think I've found all of the cases, but I'd like a definitive way to be sure without trying to call every piece of code that I've written. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx

Re: [Puppet Users] Re: How are people regression testing their code for variable scoping?

2012-01-06 Thread Trevor Vaughan
. Trevor On 01/05/2012 08:27 AM, Felix Frank wrote: On 01/03/2012 06:15 PM, Trevor Vaughan wrote: Any takers? Please elaborate on the question. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account

Re: [Puppet Users] Re: How are people regression testing their code for variable scoping?

2012-01-06 Thread Trevor Vaughan
you if the agent will interpret the catalog correctly... [1] https://github.com/ripienaar/puppet-catalog-diff Trevor On 01/05/2012 08:27 AM, Felix Frank wrote: On 01/03/2012 06:15 PM, Trevor Vaughan wrote: Any takers? Please elaborate on the question. -- You received

Re: [Puppet Users] RFC: Deprecate defined() function for Telly.

2012-01-25 Thread Trevor Vaughan
clear replacements to stdlib. Finally, add backwards-compatibility to another module and publish it. -Jeff - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved for unencrypted sensitive

Re: [Puppet Users] Re: Cross-module dependencies

2012-01-28 Thread Trevor Vaughan
of other modules, only one of which is ever used. cheers, - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved for unencrypted sensitive information -- -BEGIN PGP SIGNATURE

Re: [Puppet Users] Re: Cross-module dependencies

2012-01-30 Thread Trevor Vaughan
to compiling the catalog. Trevor On 01/30/2012 03:51 AM, Felix Frank wrote: Hi, On 01/28/2012 04:35 PM, Trevor Vaughan wrote: Drawbacks: * Requires the user to have an explicit working knowledge of all modules and namespaces * Adds a lot of random logic to the code (unless it becomes a metaparam

[Puppet Users] How to test functions in 2.7.X

2012-03-05 Thread Trevor Vaughan
, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send

Re: [Puppet Users] Puppet 3.0 and Hiera

2012-05-05 Thread Trevor Vaughan
, then in the ${environment}.yml file, then in global.yml. That should be it! Please, let us know if you're having trouble getting started, or if you have questions, concerns, thoughts, or opinions about any of this. Thanks! - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com

Re: [Puppet Users] is there a Puppet facter plugin repository please ?

2012-05-11 Thread Trevor Vaughan
://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] Re: Puppet Sites. Your thoughts?

2012-05-14 Thread Trevor Vaughan
@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account

Re: [Puppet Users] Mailing list etiquette

2012-05-16 Thread Trevor Vaughan
this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted

Re: [Puppet Users] template compilation performance

2012-05-16 Thread Trevor Vaughan
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received

Re: [Puppet Users] Managing Users over multiple servers

2012-05-21 Thread Trevor Vaughan
from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved

Re: [Puppet Users] Re: Announcing Razor

2012-05-24 Thread Trevor Vaughan
group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President

Re: [Puppet Users] Re: Announcing Razor

2012-05-25 Thread Trevor Vaughan
it for some tests/experiments. http://stahnma.fedorapeople.org/ruby/ Mike On Thu, May 24, 2012 at 8:13 PM, Trevor Vaughan tvaug...@onyxpoint.com wrote: Nan, Using the 'alternatives' system is probably your best bet. Slap it in /opt and register it with 'alternatives'. man 8 alternatives

Re: [Puppet Users] Thoughts on job listings?

2012-05-30 Thread Trevor Vaughan
to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541

Re: [Puppet Users] Unable to Install puppet Master

2012-05-31 Thread Trevor Vaughan
this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google

[Puppet Users] Re: [Puppet-dev] Announce: Puppet 2.7.16rc1 Available

2012-06-06 Thread Trevor Vaughan
://groups.google.com/group/puppet-dev?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] The Puppet Way to handle slow resources? (newbie)

2012-07-11 Thread Trevor Vaughan
to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410

[Puppet Users] Hiera vs LDAP

2012-07-18 Thread Trevor Vaughan
just be an unnecessary data transference if I'm reading it right. If you wanted local fast copies of the data on all of your puppet masters (and you do) then a simple LDAP slave would be spawned on each master. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug

Re: [Puppet Users] Hiera vs LDAP

2012-07-18 Thread Trevor Vaughan
bad overall. Interesting conversation. Thanks, Trevor On Wed, Jul 18, 2012 at 5:39 PM, Christopher Wood christopher_w...@pobox.com wrote: (inline, verbosely rhubarbing for the audience not the poster) On Wed, Jul 18, 2012 at 05:09:42PM -0400, Trevor Vaughan wrote: So, I was following

Re: [Puppet Users] Re: Hiera vs LDAP

2012-07-19 Thread Trevor Vaughan
. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account

[Puppet Users] Updated version of pupmod-concat released to Github

2012-07-22 Thread Trevor Vaughan
year before fixing new issues! Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] sshkey type purge

2012-07-23 Thread Trevor Vaughan
, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Re: sshkey type purge

2012-07-24 Thread Trevor Vaughan
I attempted to set it and it wasn't very happy but your assessment is what I had thought as well. Thanks, Trevor On Tue, Jul 24, 2012 at 8:46 AM, jcbollinger john.bollin...@stjude.org wrote: On Monday, July 23, 2012 1:10:10 PM UTC-5, Trevor Vaughan wrote: So, I'm sure this has been covered

Re: [Puppet Users] sshkey type purge

2012-07-24 Thread Trevor Vaughan
24, 2012 at 3:05 PM, jcbollinger john.bollin...@stjude.org wrote: On Tuesday, July 24, 2012 9:47:25 AM UTC-5, Nan Liu wrote: On Mon, Jul 23, 2012 at 11:10 AM, Trevor Vaughan tvaug...@onyxpoint.com wrote: So, I'm sure this has been covered somewhere, but I can't seem to find

Re: [Puppet Users] sshkey type purge

2012-07-24 Thread Trevor Vaughan
Ok, that verifies what I was seeing then. Ah well. Thanks! Trevor On Tue, Jul 24, 2012 at 8:15 PM, Nan Liu n...@puppetlabs.com wrote: On Tue, Jul 24, 2012 at 5:09 PM, Trevor Vaughan tvaug...@onyxpoint.com wrote: d'oh! Syntax failure on my part it seems. However, you can point sshkey

[Puppet Users] Purge-like ability for the augeas type?

2012-07-25 Thread Trevor Vaughan
then you currently do not have this capability. Is this correct? I know how to get around this with concat, but I was hoping to not mix the two for a single file set. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved

Re: [Puppet Users] Purge-like ability for the augeas type?

2012-07-25 Thread Trevor Vaughan
Hi Dominic, Yeah, multiple augeas resources is the problem. The comment is a reasonable idea but I think it'll be more work than just falling back to concat. Thanks, Trevor On Wed, Jul 25, 2012 at 11:35 AM, Dominic Cleal dcl...@redhat.com wrote: On 25/07/12 16:01, Trevor Vaughan wrote: I've

Re: [Puppet Users] a complete solution for puppet

2012-07-27 Thread Trevor Vaughan
@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account

Re: [Puppet Users] Atomicity of updates on the Puppet master

2012-07-29 Thread Trevor Vaughan
. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point

Re: [Puppet Users] syntax change or regression?

2012-08-12 Thread Trevor Vaughan
-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You

Re: [Puppet Users] The rewritten Puppet 2.7 language reference is live

2012-08-27 Thread Trevor Vaughan
better document it anyhow. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] The rewritten Puppet 2.7 language reference is live

2012-08-27 Thread Trevor Vaughan
I get it, but it would be nice to explicitly tell people to be careful about this when talking about variables and pitfalls. Trevor On Mon, Aug 27, 2012 at 2:43 PM, Nick Fagerlund nick.fagerl...@puppetlabs.com wrote: On Monday, August 27, 2012 7:09:39 AM UTC-7, Trevor Vaughan wrote: Just

Re: [Puppet Users] Append string to list items.

2012-08-27 Thread Trevor Vaughan
, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed

Re: [Puppet Users] Custom type obligatory field?

2012-09-10 Thread Trevor Vaughan
/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] Re: [Puppet-dev] Do you rely on 'param=undef' being equal to '(nothing)'?

2012-09-15 Thread Trevor Vaughan
. To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved

[Puppet Users] Re: [Puppet-dev] Do you rely on 'param=undef' being equal to '(nothing)'?

2012-09-21 Thread Trevor Vaughan
After reading through the follow up messages, I think that the proposed change won't affect me at all. Thanks for the follow up. Trevor On Tue, Sep 18, 2012 at 8:30 PM, Eric Sorenson eric.soren...@puppetlabs.com wrote: On Saturday, September 15, 2012 5:06:52 PM UTC-7, Trevor Vaughan wrote: I

Re: [Puppet Users] How to change node hostname?

2012-09-25 Thread Trevor Vaughan
. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved

Re: [Puppet Users] Re: custom type in ruby - invalid resource type at .../site.pp

2012-09-28 Thread Trevor Vaughan
-users/-/28aheY-ZZS8J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice

Re: [Puppet Users] Scalability and performance

2012-10-10 Thread Trevor Vaughan
to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information

Re: [Puppet Users] Scalability and performance

2012-10-10 Thread Trevor Vaughan
there if you're managing a lot of them. Trevor On Wed, Oct 10, 2012 at 10:09 AM, jcbollinger john.bollin...@stjude.org wrote: On Wednesday, October 10, 2012 6:48:20 AM UTC-5, Trevor Vaughan wrote: Also, be aware that (unless this changed in 3.0), Exec statements and Service statements in Puppet stack

Re: [Puppet Users] expect like behavior function?

2013-02-27 Thread Trevor Vaughan
/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you

Re: [Puppet Users] Using puppet to install puppet modules

2013-04-26 Thread Trevor Vaughan
://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received

Re: [Puppet Users] Developing custom type/providers for multiple OS

2013-05-29 Thread Trevor Vaughan
. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

Re: [Puppet Users] Developing custom type/providers for multiple OS

2013-05-30 Thread Trevor Vaughan
:operatingsystem = :linux If the first sample does not work, this would mean that I have to select the provider with puppet selectors before sending the parameter into the resource. On Wednesday, May 29, 2013 4:09:04 PM UTC+2, Trevor Vaughan wrote: David, You'll need to use confine

Re: [Puppet Users] Developing custom type/providers for multiple OS

2013-05-30 Thread Trevor Vaughan
. Hopefully, one of the Puppet Labs folks will hop on and help out with a working example. Trevor On Thu, May 30, 2013 at 9:34 AM, Trevor Vaughan tvaug...@onyxpoint.comwrote: Looking at the 'host' provider from puppet, it looks like, to use a single provider, you'll need to both confine it and to use

Re: [Puppet Users] AD user add to local windows group?

2013-05-31 Thread Trevor Vaughan
-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved

Re: [Puppet Users] Re: less drastic alternative to fail()?

2013-06-11 Thread Trevor Vaughan
. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group

Re: [Puppet Users] Disable certain facter facts?

2013-06-25 Thread Trevor Vaughan
it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan Vice

Re: [Puppet Users] puppetlabs-ntp 1.0.0-rc1

2013-07-10 Thread Trevor Vaughan
receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor

Re: [Puppet Users] multiple masters and CA's - what's the issue?

2013-07-10 Thread Trevor Vaughan
, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account

Re: [Puppet Users] End of Life Plan for Puppet 2.7.x

2013-07-11 Thread Trevor Vaughan
emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out. -- Trevor Vaughan

[Puppet Users] Is it possible to get puppetdoc to include custom function listings?

2011-04-25 Thread Trevor Vaughan
I haven't found the magic flag combination yet... Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed

Re: [Puppet Users] Is it possible to get puppetdoc to include custom function listings?

2011-04-26 Thread Trevor Vaughan
Added as #7239. Is there any other way to pull the docs from the custom functions programatically? Thanks, Trevor On Tue, Apr 26, 2011 at 5:37 AM, Jeff McCune j...@puppetlabs.com wrote: On Mon, Apr 25, 2011 at 10:40 PM, Trevor Vaughan tvaug...@onyxpoint.com wrote: I haven't found the magic

Re: [Puppet Users] Re: Force resigning of existing certificates

2011-04-28 Thread Trevor Vaughan
this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google

[Puppet Users] Concat Module posted to Onyx Point Github.

2011-05-18 Thread Trevor Vaughan
of the purely puppet-based implementation we saw vast improvements in speed, graph complexity, and memory usage. We'll be getting this to the module forge soon, but I thought that I'd put it out for public perusal in the mean time. Improvements welcome! Thanks! Trevor - -- Trevor Vaughan Vice President

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-05-18 Thread Trevor Vaughan
, not tested it but I have hoped someone would take up the challenge for ages :) Pretty interesting/odd ordering approach. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-05-27 Thread Trevor Vaughan
. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-06-02 Thread Trevor Vaughan
this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted

Re: [Puppet Users] Concat Module posted to Onyx Point Github.

2011-06-02 Thread Trevor Vaughan
this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted

[Puppet Users] Is it possible to get a list of all nodes in your manifests and all classes assigned to those nodes programatically in Ruby?

2011-11-18 Thread Trevor Vaughan
but it really didn't handle the node entries as far as I could tell and also didn't seem to have a way to get the info without printing it all out. Hopefully, I'm just missing something. Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com

[Puppet Users] Re: Is it possible to get a list of all nodes in your manifests and all classes assigned to those nodes programatically in Ruby?

2011-11-20 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry but...bump? On 11/18/2011 02:20 PM, Trevor Vaughan wrote: Sorry if this is a double post, my e-mail glitched on me. Anyway, I'm trying to write a Ruby script that can get all defined nodes and all classes assigned to those nodes. I would

Re: [Puppet-dev] Re: [Puppet Users] Re: Is it possible to get a list of all nodes in your manifests and all classes assigned to those nodes programatically in Ruby?

2011-11-20 Thread Trevor Vaughan
On 11/20/2011 09:04 PM, James Turnbull wrote: Trevor Vaughan wrote: Sorry but...bump? On 11/18/2011 02:20 PM, Trevor Vaughan wrote: Sorry if this is a double post, my e-mail glitched on me. Anyway, I'm trying to write a Ruby script that can get all defined nodes and all classes assigned

Re: [Puppet Users] Re: Is it possible to get a list of all nodes in your manifests and all classes assigned to those nodes programatically in Ruby?

2011-11-21 Thread Trevor Vaughan
meaningless since nodes can be default or regular exceptions. Instead, this gets all nodes that have run Puppet at least once. On Nov 20, 2011, at 6:04 PM, James Turnbull wrote: Trevor Vaughan wrote: Sorry but...bump? On 11/18/2011 02:20 PM, Trevor Vaughan wrote: Sorry

Re: [Puppet Users] Is there a way...

2011-12-06 Thread Trevor Vaughan
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because

Re: [Puppet Users] Puppet 2.6.1rc2 eats up a lot of memory

2010-09-02 Thread Trevor Vaughan
...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com

Re: [Puppet Users] puppetd memory consumption

2010-10-05 Thread Trevor Vaughan
Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President

Re: [Puppet Users] puppetd memory consumption

2010-10-06 Thread Trevor Vaughan
Oikonomopoulos angelos.oikonomopou...@fp-commerce.de wrote: On 10/05/2010 06:58 PM, Trevor Vaughan wrote: Thanks. This didn't help much, as it's only printing out the information after the resource evaluation, so I still have no idea what it's doing when it gets stuck. However I've instrumented the catalog

Re: [Puppet Users] puppetd memory consumption

2010-10-06 Thread Trevor Vaughan
Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice

Re: [Puppet Users] Re: Automating infrastructure tests on Puppet nodes after a puppetrun

2010-10-20 Thread Trevor Vaughan
these topics. Not doing it but definitely interested. I'll let you know if I make up something interesting :-) Al - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved

[Puppet Users] Re: [Puppet-dev] Graph explosion and workaround technique with stages.

2010-11-04 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 They were produced from the expanded-relationships.dot. Glad to hear that there's a fix on the way, we're really liking the potential of stages! Trevor On 11/03/2010 07:55 PM, Luke Kanies wrote: On Nov 3, 2010, at 10:02 AM, Trevor Vaughan wrote

Re: [Puppet Users] Sr Unix Admin needed

2010-11-18 Thread Trevor Vaughan
://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] Re: puppetmaster 100%cpu usage on 2.6 (not on 0.24)

2010-12-15 Thread Trevor Vaughan
/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] Prompting fact refresh from Puppet Event

2010-12-15 Thread Trevor Vaughan
/2010 03:46 PM, Trevor Vaughan wrote: Is is possible to spawn a puppet fact refresh from the completion of an event? Here's the scenario: 64-bit system, either a 64 or 32 bit application 'foo' could be installed. If the 64 bit version is installed, foo.conf needs to be configured

Re: [Puppet Users] Puppet SSL Ciphers

2010-12-22 Thread Trevor Vaughan
/group/puppet-users?hl=en. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved for unencrypted sensitive information -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux

Re: [Puppet Users] Puppet SSL Ciphers

2010-12-23 Thread Trevor Vaughan
...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699

Re: [Puppet Users] template troubles

2010-12-23 Thread Trevor Vaughan
either, whether dns_role is set to master or slave. That's why I called it a bug, since it makes no sense. I even have super experienced programmers that do Puppet day in and out at work, and they just scratched their heads. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug

Re: [Puppet Users] template troubles

2010-12-23 Thread Trevor Vaughan
, since it makes no sense. I even have super experienced programmers that do Puppet day in and out at work, and they just scratched their heads. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account

Re: [Puppet Users] template troubles

2010-12-23 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Meh, ignore this post, I had my statement backward. == should work where .eql doesn't. Trevor On 12/23/2010 09:15 PM, Trevor Vaughan wrote: My guess is that '==' is actually comparing objects in Ruby. Try dns_role.eql?(stuff) and see if you get

Re: [Puppet Users] if( defined( Class[software::mongodb] ) ) throws an error

2011-01-20 Thread Trevor Vaughan
/modules/ software/manifests/init.pp:36 on node X..com Line 36 is the if defined line which doesn't make any sense as this line is supposed to trap that exact condition. Has anyone else run into this and / or figured out a way around it? Thanks. - -- Trevor Vaughan Vice President, Onyx

Re: [Puppet Users] scheduler problem?

2011-01-24 Thread Trevor Vaughan
. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp

Re: [Puppet Users] Re: Configuration not applied, Finished catalog run in 0.01 seconds

2011-01-26 Thread Trevor Vaughan
. It really looks like the client doesn't take the configuration at all. I'm stumped then. My last advice is to look hard and find out if there's a default node (or any node, such as pc*) defined *anywhere* that may be clouding your attempts. Regards, Felix - -- Trevor Vaughan Vice President

Re: [Puppet Users] Re: Configuration not applied, Finished catalog run in 0.01 seconds

2011-01-26 Thread Trevor Vaughan
On 01/26/2011 02:21 PM, Daniel Pittman wrote: On Wed, Jan 26, 2011 at 09:46, Trevor Vaughan tvaug...@onyxpoint.com wrote: G'day Trevor. This is going out on a limb, but is your manifest file in UNIX format? dos2unix file And try again. Puppet will skip files it doesn't understand from what

Re: [Puppet Users] out of pty devices (not puppet not ruby issue)

2011-02-04 Thread Trevor Vaughan
to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541

Re: [Puppet Users] Variable doesn't expand properly

2011-02-08 Thread Trevor Vaughan
Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. - -- Trevor Vaughan Vice

Re: [Puppet Users] Puppet on a purely push basis no possible?

2011-02-15 Thread Trevor Vaughan
like to confirm that the following is not possible: - -- Trevor Vaughan Vice President, Onyx Point, Inc. email: tvaug...@onyxpoint.com phone: 410-541-ONYX (6699) pgp: 0x6C701E94 - -- This account not approved for unencrypted sensitive information -- -BEGIN PGP SIGNATURE- Version

  1   2   3   4   >