Template users_groups.erb is broken
gvdijnsen opened this issue · 3 comments
gvdijnsen commented
While adding groups, an extraneous '%' is added at the begin of the line. Leading to something like:
%%mygroup
This does not work. This should be the result:
%mygroup
On line 8 of the template, removing the first % sign fixes the problem
saz commented
Which puppet version and Ruby version are you running?
Because of 6dc14b9 the second percentage sign was added.
gvdijnsen commented
We are running:
ruby 2.3.1p112
puppet 4.10.9
saz commented
This issue has been resolved in the current master