Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variables #122

Open
goetzk opened this issue Apr 26, 2015 · 3 comments
Open

Undefined variables #122

goetzk opened this issue Apr 26, 2015 · 3 comments

Comments

@goetzk
Copy link

goetzk commented Apr 26, 2015

There are three undefined variables in puppy which need to be added to the module or defined in the role before it will function.

# 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 "::puppi_archivedir"; Undefined variable "puppi_archivedir" at [...]

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::puppi_workdir"; Undefined variable "puppi_workdir" at [...]

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Undefined variable "::ntp_server"; Undefined variable "ntp_server" at  [...]
@alvagante
Copy link
Member

Are you using strict variables?

@goetzk
Copy link
Author

goetzk commented Apr 26, 2015

Yes I am.

@alvagante
Copy link
Member

ok, that's the reason.It can be difficult to fix this and other modules preserving functionality and compatibility.

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

No branches or pull requests

2 participants