git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/puppetmaster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile/manifests/puppetmaster.pp')
-rw-r--r--site/profile/manifests/puppetmaster.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/profile/manifests/puppetmaster.pp b/site/profile/manifests/puppetmaster.pp
index 0954807..e63d819 100644
--- a/site/profile/manifests/puppetmaster.pp
+++ b/site/profile/manifests/puppetmaster.pp
@@ -25,7 +25,8 @@ class profile::puppetmaster (
#END - Generate an SSH key for r10k to connect to git
#BEGIN - Add deploy key and webook to git management system
- $git_management_system = hiera('git_management_system', '')
+ $git_management_system = hiera('git_management_system', undef)
+ $gms_api_token = hiera('gms_api_token', undef)
if $git_management_system in ['gitlab', 'github'] {