Sha256: 963012e513dc2b6d78f1e00302f6c8dfa74253e00596de511bcdc509acef3f31

Contents?: true

Size: 521 Bytes

Versions: 12

Compression:

Stored size: 521 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 [ -f /etc/profile.d/puppet-agent.sh ]; then
  . /etc/profile.d/puppet-agent.sh
fi
puppet agent --onetime --no-usecacheonfailure --no-daemonize <%= input("puppet_options") %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-14.1.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-14.0.2 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-14.0.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.6 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-14.0.0 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.5 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.4 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.3 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.2 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.1 app/views/templates/script/puppet_run_once.erb
foreman_remote_execution-13.2.0 app/views/templates/script/puppet_run_once.erb