search for: config_d

Displaying 1 result from an estimated 1 matches for "config_d".

Did you mean: config_db
2013 Jan 28
18
Referencing a variable from one class in another
I have one module, kibana, that defines a file snippet for the apache module to fulfill (e.g., /etc/https/conf.d/kibana.conf). The apache::params class defines a variable of the path of where this snippet should be placed, $config_d. The snippet uses this variable in its definition. However, it seems that the snippet never resolves the $apache::params::config_d variable, and I''m guessing because the order of instantiation isn''t right. I''ve tried requiring the apache class from the snippet, which...