Sha256: 7deadf219fa7cc4182615552064e296fcb849d06fbb0bf457bceff6c0d950cfe

Contents?: true

Size: 309 Bytes

Versions: 57

Compression:

Stored size: 309 Bytes

Contents

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
foreman_remote_execution-9.1.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.2.1 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.2.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-9.0.1 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-9.0.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.1.2 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.1.1 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.1.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.2.2 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.2.1 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.2.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-8.0.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.1.1 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.1.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-7.0.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-6.2.0 app/views/templates/script/puppet_agent_enable.erb
foreman_remote_execution-6.1.0 app/views/templates/script/puppet_agent_enable.erb