diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-04-14 20:09:20 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-04-14 20:09:20 +0200 |
commit | 24598d180b41e324da9f686fc0b3763b91add4bc (patch) | |
tree | 834ca24652a89bc12da5ddb577745a75d96038ab /sitemodules/profiles/manifests/puppet_server.pp | |
parent | bcb7a54112f84af8fd3656af26e98f2473642fa1 (diff) | |
download | cacert-puppet-24598d180b41e324da9f686fc0b3763b91add4bc.tar.gz cacert-puppet-24598d180b41e324da9f686fc0b3763b91add4bc.tar.xz cacert-puppet-24598d180b41e324da9f686fc0b3763b91add4bc.zip |
Fix git path for puppet server production environment
Diffstat (limited to 'sitemodules/profiles/manifests/puppet_server.pp')
-rw-r--r-- | sitemodules/profiles/manifests/puppet_server.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/puppet_server.pp b/sitemodules/profiles/manifests/puppet_server.pp index cf7bc9a..0730112 100644 --- a/sitemodules/profiles/manifests/puppet_server.pp +++ b/sitemodules/profiles/manifests/puppet_server.pp @@ -32,7 +32,7 @@ # Copyright 2018 Jan Dittberner class profiles::puppet_server ( String $git_pull_ssh_passphrase, - String $git_pull_directory = '/etc/puppetlabs/code/environment/production', + String $git_pull_directory = '/etc/puppetlabs/code/environments/production', Array[String] $git_pull_tokens, ) { package { 'sshpass': |