ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

Wrong variable in templates/supervisord_unix.erb #34

Closed sommarnatt closed 9 years ago

sommarnatt commented 9 years ago

Both unix auth should look like this:

<% if @unix_auth -%>
username=<%= @unix_username %>
password=<%= @unix_password %>
<% end -%>

Right now one of them has unix_socket_username and unix_socket_password vars instead.

ajcrowe commented 9 years ago

Thanks for the catch @sommarnatt