Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Missing variables and documentation #91

Open
goetzk opened this issue Apr 26, 2015 · 1 comment
Open

Missing variables and documentation #91

goetzk opened this issue Apr 26, 2015 · 1 comment

Comments

@goetzk
Copy link

goetzk commented Apr 26, 2015

This role is missing some of its parameter definitions. While the work around is easy (define them) its unfortunate to find out they are missing by running the module.

I noticed that some of the missing variables (like those related to monitoring) are also missing from the documentation at the top of init.pp - I'm guessing some integration has gone awry somewhere.

# puppet agent --test --verbose
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::php::params::monitor_tool"; Undefined variable "monitor_tool" at [...]
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::php::params::monitor_target"; Undefined variable "monitor_target" at [...]
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::php::params::config_file_init"; Undefined variable "config_file_init" at [...]
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::php::params::pid_file"; Undefined variable "pid_file" at [...]

There might be others missing but this was the point where i stopped for today.

@alvagante
Copy link
Member

As for the issue on puppi, the error should arise if you enable strict variables.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants