Sha256: ddc160d797e314e93ef711a15db52fab529f6e554d8b285f63a0922db1ac1d1c

Contents?: true

Size: 505 Bytes

Versions: 17

Compression:

Stored size: 505 Bytes

Contents

<%#
kind: job_template
name: Puppet Run Once - SSH Default
model: JobTemplate
job_category: Puppet
description_format: 'Run Puppet once with "%{puppet_options}"'
provider_type: SSH
template_inputs:
- name: puppet_options
  description: Additional options to pass to puppet
  input_type: user
  required: false
%>
<% 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

17 entries across 17 versions & 1 rubygems

Version Path
foreman_remote_execution-4.5.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.6.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.4.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.3.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.3.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.2.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.2.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.2.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.2.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.1.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.7 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.0.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.6 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.5 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.4 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.3 app/views/templates/ssh/puppet_run_once.erb