Aptly API - RHEL6
Closed this issue · 1 comments
eperdeme commented
Howdi,
Fringe case but the aptly::apiclass does not work on RHEL6 due to the following seems invalid sytax;
setuid <%= @user %>
setgid <%= @group %>
Also the command puppet then uses to start the service is '/sbin/service aptly-api start' and if it is upstart it neds to be "initctl start aptly-api". Might be best to use good old style /etc/init.d? :)