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

set sysconfig parameters when defined #421

Merged
merged 1 commit into from
Sep 23, 2015

Conversation

jlambert121
Copy link
Contributor

Closes #420

@@ -1,6 +1,10 @@
EMBEDDED_RUBY=<%= scope.lookupvar("sensu::use_embedded_ruby") %>
LOG_LEVEL=<%= scope.lookupvar("sensu::log_level") %>
<% if scope.lookupvar("sensu::rubyopt") -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at least in puppet 3.8 these will return :undef perhaps if scope.lookupvar("sensu::rubyopt") == :undef ??

@jlambert121 jlambert121 force-pushed the sysconfig_template branch 2 times, most recently from f47b8d0 to 1e6059f Compare September 23, 2015 17:54
@jlambert121
Copy link
Contributor Author

Thanks @fessyfoo - didn't think of that, so used to having a real undefined now in future_parser.

jlambert121 added a commit that referenced this pull request Sep 23, 2015
set sysconfig parameters when defined
@jlambert121 jlambert121 merged commit 550866f into sensu:master Sep 23, 2015
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