Hi,
I'm working on adding SLES support into the puppet-puppet module. SLES uses an /etc/sysconfig/puppet file like debian, not a big deal really, but what I've run into is that it seems like somewhere along the line the module code has had the service_autorestart parameter default changed from true (how it's documented in init.pp) to false.
Is that how you want it? It seems like all/most modules have this autorestart set default to true so that when configs are modified the service gets a bounce. I'll patch that, but I can't seem to formulate a proper search in github to figure when that changed or what PR its related to.
Thanks.