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

$::sensu::purge['config'] causes file path error on Windows agents #558

Closed
joshbeard opened this issue Sep 28, 2016 · 2 comments
Closed
Milestone

Comments

@joshbeard
Copy link

If $::sensu::purge['config'] is true, a Windows agent currently fails with:

Error: Failed to apply catalog: Parameter path failed on File[/etc/sensu/dashboard.json]: File paths must be fully qualified, not '/etc/sensu/dashboard.json' at /etc/puppetlabs/code/environments/sensu_windows/modules/sensu/manifests/enterprise/dashboard/config.pp:27

The hardcoded file path (https://github.com/sensu/sensu-puppet/blob/master/manifests/enterprise/dashboard/config.pp#L27) is invalid. This resource is in the catalog whether enterprise or not when $::sensu::purge['config'] is true.

PR #544 will resolve it

@jaxxstorm
Copy link
Contributor

There's a commit in there which updates the default vhost (again).

Once that is addressed, I'll merge.

@jaxxstorm jaxxstorm added this to the 2.2.0 milestone Oct 23, 2016
@jaxxstorm
Copy link
Contributor

This is resolved with the merge of #544

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