saz/puppet-sudo

Template users_groups.erb is broken

gvdijnsen opened this issue · 3 comments

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

We are running:
ruby 2.3.1p112
puppet 4.10.9

saz commented

This issue has been resolved in the current master