Sha256: 091e241f255ce8187c15fd0e00c47623da05e825defcf12d7c299123ae3204d1

Contents?: true

Size: 313 Bytes

Versions: 7

Compression:

Stored size: 313 Bytes

Contents

<%#
kind: job_template
name: Puppet Run Once - SSH Default
job_name: Puppet Run Once
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 <%= input("puppet_options") %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_remote_execution-0.1.1 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.1.0 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.0.10 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.0.8 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.0.7 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.0.6 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.0.5 app/views/templates/puppet_run_once.erb