Added class to manage installing the git client

This commit is contained in:
2023-06-26 20:06:15 +10:00
parent 45a9639346
commit 754241bcf2
3 changed files with 26 additions and 6 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ class profiles::puppet::enc (
String $enc_repo,
) {
package { 'git':
ensure => installed,
}
include profiles::git::git
vcsrepo { '/opt/puppetlabs/enc':
ensure => latest,
+1 -3
View File
@@ -37,9 +37,7 @@ class profiles::puppet::r10k (
String $r10k_repo,
){
package { 'git':
ensure => installed,
}
include profiles::git::git
vcsrepo { '/etc/puppetlabs/r10k':
ensure => latest,