[Puppet Users] Re: troubleshooting collected resources, how to.

2018-12-18 Thread Trey Ormsbee
I wish it was that simple, other resources in the same class get pulled. I will post a few more details with manifests snippets shortly, I need to sanitize them. On Monday, December 17, 2018 at 3:39:34 PM UTC-6, Andreas Ntaflos wrote: > > On Monday, 17 December 2018 21:20:12 UTC+1

[Puppet Users] troubleshooting collected resources, how to.

2018-12-17 Thread Trey Ormsbee
I'm having a problem with a node not collecting resources. I have never really had any issues before so never needed to troubleshoot this and Im not sure where to look. Issue: I have a node that exports a resource with a specific tag, it is written into puppetdb sql database so as far as I c

[Puppet Users] Re: rspec testing; how to test a subclass that requires another class

2015-05-02 Thread Trey Ormsbee
Thank you, That is exactly what I was looking for. It's hard to actually google that info :\ On Saturday, May 2, 2015 at 3:39:38 AM UTC-5, Gavin Williams wrote: > > Trey > > You can use "let(:pre_condition)" to include any dependencies when > testing... > > E.g. > https://github.com/fatmc

[Puppet Users] rspec testing; how to test a subclass that requires another class

2015-05-01 Thread Trey Ormsbee
I have a puppet module that I am not sure hot to write a test for: Example below: class appsuite ( $param1, $param2, $param3, $param4, ) { include appsuite::params include appsuite::repo include appsuite::preconfig } #nothing in params, repo or preconfig really matter, other th

[Puppet Users] Re: pull defined type into puppet template?

2014-10-24 Thread Trey Ormsbee
James thanks for suggesting concat, it worked perfectly; the examples on the page were more then enough to get me going. Thanks, On Friday, October 24, 2014 9:08:18 AM UTC-5, Trey Ormsbee wrote: > > Concat might work, let me toy with this, ill post back if i get a > workin

[Puppet Users] Re: pull defined type into puppet template?

2014-10-24 Thread Trey Ormsbee
Concat might work, let me toy with this, ill post back if i get a working example. -- 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...@go

[Puppet Users] Re: pull defined type into puppet template?

2014-10-23 Thread Trey Ormsbee
I think I have determined this just flat out is not possible. I've went thought many modules on puppet forge and can not find one doing anything close to what I am trying to achieve. I will auto generate the rest of the data with top level variables from foreman or similar. -- You received t

[Puppet Users] Re: pull defined type into puppet template?

2014-10-23 Thread Trey Ormsbee
I think I have determined this just flat out is not possible. I've went thought many modules on puppet forge and can not find one doing anything close to what I am trying to achieve. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubsc

[Puppet Users] pull defined type into puppet template?

2014-10-23 Thread Trey Ormsbee
I working with a dynamic config file template, I have a section for global options, then a dynamic section that i want to populate with multiple defined entries. example config file #global options config_option1=setting1 config_option2=setting2 config_option3=setting3 ... #dynamic section en

[Puppet Users] Re: augeas, syslog and defining numbered items.

2014-03-17 Thread Trey Ormsbee
Ok, I figured this out. I probably worded my issue badly but what i was looking for is the following: #this sets a variable at the entry[#] level defvar syslog /files/etc/syslog.conf/*[ ./action/file = "/var/log/messages"] #these two add in the new selector entries. set $syslog/selector[last

[Puppet Users] Re: OSX 10.8 - Puppet 3.0.1 fails to start as root

2012-11-16 Thread Trey Ormsbee
Looks like that worked, I pulled down the commit listed in the bug report installed it an all is good. I'll keep an eye for the official release of 3.0.2 Thank you! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on

Re: [Puppet Users] OSX 10.8 - Puppet 3.0.1 fails to start as root

2012-11-16 Thread Trey Ormsbee
Sounds good, I will give that a go sometime this weekend and let you know. Thanks, Trey On Friday, November 16, 2012 1:29:30 PM UTC-6, Josh Cooper wrote: > > Hi Trey, > > On Fri, Nov 16, 2012 at 7:51 AM, Trey Ormsbee > > > wrote: > > Im new to puppet on mac, so

[Puppet Users] Re: OSX 10.8 - Puppet 3.0.1 fails to start as root

2012-11-16 Thread Trey Ormsbee
> > On Friday, November 16, 2012 7:51:38 AM UTC-8, Trey Ormsbee wrote: >> >> Im new to puppet on mac, so i might be doing something wrong... >> However, I cannot get puppet to run as the root user. I get messages >> regarding not being able to create the required

[Puppet Users] OSX 10.8 - Puppet 3.0.1 fails to start as root

2012-11-16 Thread Trey Ormsbee
Im new to puppet on mac, so i might be doing something wrong... However, I cannot get puppet to run as the root user. I get messages regarding not being able to create the required directories. Here is the debug/trace outbput that I am getting: Debug: Puppet::Type::User::ProviderUser_role_