Sha256: fdd5b13171b1d8e2a55a2e6a2886c8f7647e70ffafb3fe5aedbf734ea963e9a6

Contents?: true

Size: 674 Bytes

Versions: 56

Compression:

Stored size: 674 Bytes

Contents

<%#
name: Puppet Module - Install from git - Script 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: script
kind: job_template
-%>
git clone <%= input('git_repository') %> <%= input('target_dir') %>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
foreman_remote_execution-8.2.1 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-8.2.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-9.0.1 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-9.0.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-8.1.2 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-8.1.1 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-8.1.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.2.2 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.2.1 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.2.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-8.0.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.1.1 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.1.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-7.0.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-6.2.0 app/views/templates/script/puppet_install_modules_from_git.erb
foreman_remote_execution-6.1.0 app/views/templates/script/puppet_install_modules_from_git.erb