You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
The text was updated successfully, but these errors were encountered:
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
./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
The text was updated successfully, but these errors were encountered: