Sha256: e1957c71a1564b9b87dbf538cabb7b3cc9f3586b578b8d32117f20f313f41881

Contents?: true

Size: 305 Bytes

Versions: 72

Compression:

Stored size: 305 Bytes

Contents

$git_package = $osfamily ? {
  'Debian' => 'git-core',
  default  => 'git'
}
class { 'git':
  package_name => $git_package
}
->
git::config { 'user.name':
  value => 'Tester',
}
->
git::config { 'user.email':
  value => 'tester@puppetlabs.com',
}
->
file { '<%= git_repo_path %>':
  ensure => directory
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
r10k-3.15.4 integration/files/pre-suite/git_config.pp.erb
r10k-3.15.3 integration/files/pre-suite/git_config.pp.erb
r10k-3.15.2 integration/files/pre-suite/git_config.pp.erb
r10k-3.15.1 integration/files/pre-suite/git_config.pp.erb
r10k-3.15.0 integration/files/pre-suite/git_config.pp.erb
akerl-r10k-3.14.2.1 integration/files/pre-suite/git_config.pp.erb
r10k-3.14.2 integration/files/pre-suite/git_config.pp.erb
r10k-3.14.1 integration/files/pre-suite/git_config.pp.erb
r10k-3.14.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.13.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.12.1 integration/files/pre-suite/git_config.pp.erb
r10k-3.12.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.11.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.10.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.9.3 integration/files/pre-suite/git_config.pp.erb
r10k-3.9.2 integration/files/pre-suite/git_config.pp.erb
r10k-3.9.1 integration/files/pre-suite/git_config.pp.erb
r10k-3.9.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.8.0 integration/files/pre-suite/git_config.pp.erb
r10k-3.7.0 integration/files/pre-suite/git_config.pp.erb