[Puppet Users] Including bar::something sometimes gives me foo::bar::something

2012-03-22 Thread Mark Dixon
g this is below. Have I missed an important doc explaining this behaviour? I'd like to find out how to explicitly request "bar::something" instead - I tried "::bar::something", but this called *both* of them(!) I'm running 2.7.11. Thanks, Mark -- ---

Re: [Puppet Users] Including bar::something sometimes gives me foo::bar::something

2012-03-22 Thread Mark Dixon
notify { 'peep peep!': withpath => true } } Thanks, Mark -- ----- Mark Dixon Email: m.c.di...@leeds.ac.uk HPC/Grid Systems Support Tel (int): 35429 Information Systems Services

Re: [Puppet Users] Including bar::something sometimes gives me foo::bar::something

2012-03-22 Thread Mark Dixon
Foo::Bar::Something/Notify[poop poop!]/message: poop poop! notice: /Stage[main]/Foo::Bar::Something/Notify[poop poop!]/message: defined 'message' as 'poop poop!' notice: Finished catalog run in 0.04 seconds I'm baffled. If anyone has any ideas, I'd really ap

[Puppet Users] open source puppet-agent for ppc64le / power9 on rhel 8

2021-03-01 Thread Mark Dixon
Hi all, Just been looking at yum.puppetlabs.com for a copy of the puppet agent for the ppc64le architecture on rhel8 and couldn't find one. I can see a rhel7 version of puppet6 (but not puppet7) and nothing at all for rhel8. Has open source puppet dropped support for IBM POWER9 clients, please?

[Puppet Users] Re: open source puppet-agent for ppc64le / power9 on rhel 8

2021-03-02 Thread Mark Dixon
Hi Nick, That's great news, for a moment there I was worried :) It's a new deployment so I'm fairly relaxed about puppet 6 vs. 7, but specifically I'm feeling the lack of any version at all for rhel8. Best wishes, Mark On Tuesday, March 2, 2021 at 4:48:21 PM UTC Nick Walker wrote: > Hi Mark,

Re: [Puppet Users] Re: open source puppet-agent for ppc64le / power9 on rhel 8

2021-03-03 Thread Mark Dixon
/puppet/el/8/ http://yum.puppetlabs.com/puppet6/el/8/ http://yum.puppetlabs.com/puppet7/el/8/ Best, Mark On Tuesday, March 2, 2021 at 6:40:43 PM UTC Justin Stoller wrote: > On Tue, Mar 2, 2021 at 9:05 AM Mark Dixon wrote: > >> Hi Nick, >> >> That's great news, for

[Puppet Users] Using the puppet gem on an unsupported platform

2021-03-10 Thread Mark Dixon
Hi there, Following on from the conversation about the availability of a puppet agent RPM on el8 for the ppc64le architecture, I'm trying to use agent in the version of puppet made available as a ruby gem. It largely works just by doing this, giving me puppet 7.4.1: yum install ruby gem i

Re: [Puppet Users] Using the puppet gem on an unsupported platform

2021-03-11 Thread Mark Dixon
please check module path using 'puppet config print modulepath' and > install the required core modules into one of the mentioned folders: > puppet module install puppetlabs-mount_core --target-dir > > This should make the mount resource type available. > > Best, > Marti

Re: [Puppet Users] Using the puppet gem on an unsupported platform

2021-03-18 Thread Mark Dixon
M UTC Martin Alfke wrote: > Hi Mark, > > You can check if a type is available by running puppet describe -l > This will print out all available puppet custom types. > > Best, > Martin > > > On 11. Mar 2021, at 18:11, Mark Dixon wrote: > > Hi Martin, > >

Re: [Puppet Users] Using the puppet gem on an unsupported platform

2021-03-19 Thread Mark Dixon
gents. > > You need the module on the agent if you want to run puppet apply only. > > Hth, > Martin > > > On 18. Mar 2021, at 17:47, Mark Dixon wrote: > > Thanks for that, it's showing just how weird things are getting! > > puppet 7.4.1, puppetserver 7.0

[Puppet Users] hiera merge lookup/alias of array defined at multiple levels

2021-09-02 Thread Mark Dixon
Hi there, I'd like to do a simple merge lookup of an array within a hiera yaml file. At the moment I seem to be getting the array from the hiera location that "wins", and not a merged version. I guess it's not possible, perhaps due to possible circular dependencies, etc. Is that right, please

Re: [Puppet Users] hiera merge lookup/alias of array defined at multiple levels

2021-09-03 Thread Mark Dixon
UTC+1 dhei...@opentext.com wrote: > Am Donnerstag, dem 02.09.2021 um 08:46 -0700 schrieb Mark Dixon: > > I'd like to do a simple merge lookup of an array within a hiera yaml file. > At the moment I seem to be getting the array from the hiera location that > "wins",