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 Windows: sensu_rabbitmq_config type needs base_path param passed #489

Closed
r0b0tAnthony opened this issue Mar 29, 2016 · 2 comments
Closed

Comments

@r0b0tAnthony
Copy link
Contributor

./manifests/rabbitmq/config.pp uses the sensu_rabbitmq_config provider but fails to pass it sensu::conf_dir variable,which has the OS dependent path, via base_path. This causes sensu_rabbitmq_config to fall back to /etc/sensu/conf.d. Additionally, this causes dependencies errors causing the setup of the service to fail.

config.pp simply needs to have the following added to the sensu_rabbitmq_config resource:
base_path => $sensu::conf_dir

@r0b0tAnthony r0b0tAnthony changed the title Sensu Windows: sensu_rabbitmq_config type needs base_url param passed Sensu Windows: sensu_rabbitmq_config type needs base_path param passed Mar 29, 2016
@r0b0tAnthony
Copy link
Contributor Author

#490

@jlambert121
Copy link
Contributor

Closed with #490

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