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

Fix config defaults that aren't actually valid #77

Closed
wants to merge 1 commit into from

Conversation

jontg
Copy link
Contributor

@jontg jontg commented May 16, 2014

These two attributes don't parse for me, giving errors along the lines of:

Chef::Mixin::Template::TemplateError (Option plugins must be a kind of TrueClassFalseClass!  You passed "1".) on line #172:

170: pluginpath=<%= @config.pluginpath %>
171: <% end %>
172: <% if @config.plugins %>
173: plugins=1
174: <% else %>

someara pushed a commit that referenced this pull request Jun 11, 2014
Signed-off-by: Sean OMeara <someara@opscode.com>
@someara
Copy link

someara commented Jun 11, 2014

merged in 24226cf

@someara someara closed this Jun 11, 2014
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.

None yet

2 participants