Sha256: 369406102d3aa08b22a360739a1c1b28d11b568192410967f116739aa15efffe

Contents?: true

Size: 371 Bytes

Versions: 3

Compression:

Stored size: 371 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_remote_execution-0.2.3 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.2.2 app/views/templates/puppet_run_once.erb
foreman_remote_execution-0.2.1 app/views/templates/puppet_run_once.erb