Sha256: cd80809bdeb94ba69522ee9076d64a5311149ee7e0928ceffa3468c8300084e2

Contents?: true

Size: 668 Bytes

Versions: 64

Compression:

Stored size: 668 Bytes

Contents

<%#
name: Puppet Module - Install from git - SSH Default
model: JobTemplate
job_category: Puppet
description_format: Install Puppet Module "%{puppet_module}" from git
snippet: false
template_inputs:
- name: git_repository
  required: true
  input_type: user
  description: "URL to the git repository containing the module, e.g:\r\nhttps://github.com/theforeman/puppet-puppet"
  advanced: false
- name: target_dir
  required: true
  input_type: user
  description: For example, '/etc/puppetlabs/code/environments/production/modules/puppet'.
  advanced: false
provider_type: SSH
kind: job_template
-%>
git clone <%= input('git_repository') %> <%= input('target_dir') %>

Version data entries

64 entries across 64 versions & 1 rubygems

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