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

Added template support for /etc/default/sensu #69

Merged
merged 1 commit into from
Apr 23, 2013
Merged

Conversation

sdklein
Copy link
Contributor

@sdklein sdklein commented Apr 23, 2013

Only a single variable is managed in /etc/default/sensu, EMBEDDED_RUBY. It is defaulted to false for compatibility reasons, but if you want to set it to true you can now specify use_embedded_ruby => true in the sensu class.

Example:
class { 'sensu':
rabbitmq_password => 'mypass',
rabbitmq_host => 'yourhost',
subscriptions => [ 'sensu-general',
'sensu-ss',
],
install_repo => false,
use_embedded_ruby => true,
}

jamtur01 added a commit that referenced this pull request Apr 23, 2013
Added template support for /etc/default/sensu
@jamtur01 jamtur01 merged commit 60096a8 into sensu:master Apr 23, 2013
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

Successfully merging this pull request may close these issues.

2 participants