Sha256: dfdf36f1dac41b024cee4fc650ef9ee5517a5d47c7502053aa288762b8eb7ab4

Contents?: true

Size: 405 Bytes

Versions: 33

Compression:

Stored size: 405 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
%>
puppet agent --onetime --no-usecacheonfailure --no-daemonize <%= input("puppet_options") %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
foreman_remote_execution-3.2.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.3.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.2.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.2.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.1.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.10 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.9 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.8 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.0.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.0.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.7 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.0.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-3.0.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.6 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.5 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.4 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-2.0.2 app/views/templates/ssh/puppet_run_once.erb