You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the roles of our control repo, and with profiles that include ipaclient I get an Evaluation Error: Unknown variable: for all $::ipa_* variables.
Clearly, they are not defined (e.g. in params.pp), as this happens via facter/ipa_facts.pp.
Do I have to configure the tests via .fixtures.yml in some way, or is there some other way to make facter (and ipa_facts.rb) initialize those values when running the test suite?
The text was updated successfully, but these errors were encountered:
I'm testing the roles of our control repo, and with profiles that include
ipaclient
I get anEvaluation Error: Unknown variable:
for all$::ipa_*
variables.Clearly, they are not defined (e.g. in params.pp), as this happens via facter/ipa_facts.pp.
... which comes from init.pp, line 117.
Do I have to configure the tests via
.fixtures.yml
in some way, or is there some other way to make facter (andipa_facts.rb
) initialize those values when running the test suite?The text was updated successfully, but these errors were encountered: