Skip to content

Commit

Permalink
Merge pull request redhat-openstack#247 from TheMeier/patch-1
Browse files Browse the repository at this point in the history
CreateFiles/CreateFilesAsync expect boolean values
  • Loading branch information
blkperl committed Apr 4, 2015
2 parents 85b646e + e7a11f1 commit d526993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/plugin/rrdcached.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
DaemonAddress "<%= @daemonaddress %>"
DataDir "<%= @datadir %>"
<% unless @createfiles.nil? -%>
CreateFiles "<%= @createfiles %>"
CreateFiles <%= @createfiles %>
<% end -%>
<% unless @createfilesasync.nil? -%>
CreateFilesAsync "<%= @createfilesasync %>"
CreateFilesAsync <%= @createfilesasync %>
<% end -%>
<% if @stepsize -%>
StepSize "<%= @stepsize %>"
Expand Down

0 comments on commit d526993

Please sign in to comment.