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
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
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
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
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
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
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
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
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
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
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
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
>
> 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
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_
14 matches
Mail list logo