Sha256: 8842e277ab003ddb932dd7bce329dc2584231fecdfbcd25eff4181a7fb6ba121

Contents?: true

Size: 530 Bytes

Versions: 18

Compression:

Stored size: 530 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
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

18 entries across 18 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.8 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.7 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.6 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.5 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.4 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-6.0.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.1.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-5.0.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.8.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.6 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.5 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.4 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.7.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-4.5.2 app/views/templates/ssh/puppet_run_once.erb