<%# name: Puppet Agent Enable - SSH Default model: JobTemplate job_category: Puppet description_format: Enable Puppet agent snippet: false provider_type: SSH kind: job_template -%> <% if @host.operatingsystem.family == 'Debian' -%> export PATH=/opt/puppetlabs/bin:$PATH <% end -%> puppet agent --enable