Hi, for testing Hiera a have written a common.yaml with
qmonitoring::db::icinga2_ido_password: "mypwd34"
qmonitoring::db::icinga2_webdb_password: "mypwd544"
and I have a module named qmonitoring with a class named
class qmonitoring::db {
$new_var = $icinga2_ido_password,
}
where I try to automatically access the
qmonitoring::db::icinga2_ido_password
Hiera variable.
With $icinga2_ido_password it doesn't work with hiera( ...) it works.
How can I automatically access the Hiera variable in my class with the
priority lookup without having to use hiera(...)?
Greetings and thanks,
Tobias
--
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/486eacc6-36c2-da49-c958-def735f2f6cb%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
