On Friday, June 23, 2017 at 2:01:46 AM UTC-4, R.I. Pienaar wrote:
>
> You don't mention your versions but on the last 2 years of versions - i.e. 
> 4 - do: 
>
> $facts["zend_application_name_${user_app_name}"] 
>
>
It looks like the facts are all forced downcase 
(https://tickets.puppetlabs.com/browse/FACT-777).

I changed

$directive_value_fact       = getvar("::zend_directive_fileValue_${name}")

to

$directive_value_fact       = getvar("::zend_directive_filevalue_${name}")

and it seems to be working.

I'll have to find a way to do a downcase on the variables and I think it'll 
be ok.

I'll try to think about posting my final results for the community's 
benefit.

Thanks,

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6370ae09-4938-4b72-bdde-3cd85c1888df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to