[Puppet Users] Variable interpolation in class parameters

2011-09-29 Thread Carlos Sanchez
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

[Puppet Users] Re: Variable interpolation in class parameters

2011-10-01 Thread Carlos Sanchez
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

[Puppet Users] Firewall module and grouping resources and definitions

2013-07-17 Thread Carlos Sanchez
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

[Puppet Users] Using new trusted data certname in hiera

2014-02-01 Thread Carlos Sanchez
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

[Puppet Users] Re: Using new trusted data certname in hiera

2014-02-03 Thread Carlos Sanchez
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