Hi,
In class parameters, things like x="x", y="y${x}" don't always evaluate
right (y="yx"), seems random. I'm using 2.7.1
class test1(
$servicex = "sonar",
$logfoldera = "${homex}/logs",
$logfoldere = "${homey}/logs",
$logfolderh = "${homez}/logs",
$logfolder = "${homex}/l
I have created an issue at http://projects.puppetlabs.com/issues/9848 for
reference
--
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/puppet-users/-/24FLyjL6q1wJ.
To post t
Hi,
I'm using the puppetlabs firewall module and have issues where other
definitions that download files are executed between firewall rules being
applied, causing the file downloads to fail.
Firewall is configured as recommended
Firewall {
before => Class['maestro_nodes::firewall::post
Hi,
I was trying to move a master using hiera with clientcert in the hierarchy
to use the 3.4 $trusted["certname"]
---
:backends:
- yaml
:yaml:
:datadir: './hieradata'
:hierarchy:
- '%{::clientcert}'
- '%{::custom_location}'
- 'default'
I tried to change %{::clientcert} to several opt
hat for the hiera interpolation.
>
> --eric0
>
> On Saturday, February 1, 2014 5:22:09 PM UTC+1, Carlos Sanchez wrote:
>>
>> Hi,
>>
>> I was trying to move a master using hiera with clientcert in the
>> hierarchy to use the 3.4 $trusted["certname