Sha256: bd2276e4a3bf66dab6f0838d76071bd35677e462fc8db46aefd4b7786df8874b

Contents?: true

Size: 386 Bytes

Versions: 29

Compression:

Stored size: 386 Bytes

Contents

<%#
kind: job_template
name: Puppet Run Once - SSH Default
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

29 entries across 29 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.4 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.3.3 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.3.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.3.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.3.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.2.2 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.2.1 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.2.0 app/views/templates/ssh/puppet_run_once.erb
foreman_remote_execution-1.1.1 app/views/templates/ssh/puppet_run_once.erb