Sha256: 66fb1f1314cf2ce3ad6c7180e10a21b84f1b3c59f5e7a56c727689aa9e31aa07

Contents?: true

Size: 536 Bytes

Versions: 44

Compression:

Stored size: 536 Bytes

Contents

<%#
kind: job_template
name: Puppet Run Once - Script Default
model: JobTemplate
job_category: Puppet
description_format: 'Run Puppet once with "%{puppet_options}"'
provider_type: script
template_inputs:
- name: puppet_options
  description: Additional options to pass to puppet
  input_type: user
  required: false
feature: puppet_run_host
%>
<% if @host.operatingsystem.family == 'Debian' -%>
export PATH=/opt/puppetlabs/bin:$PATH
<% end -%>
puppet agent --onetime --no-usecacheonfailure --no-daemonize <%= input("puppet_options") %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
foreman_remote_execution-12.0.7 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.1.3 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.0.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-12.0.5 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-12.0.4 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-12.0.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-12.0.2 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-11.1.3 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.1.2 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-12.0.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.1.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-11.1.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-11.1.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.1.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-8.3.3 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-8.3.2 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-11.0.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.0.7 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-8.3.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-10.0.6 app/views/templates/script/puppet_run_once.erb