Skip to content

Commit 76b18f7

Browse files
committed
globals: fix, add pidfilepath to globals when used in params
1 parent d49578a commit 76b18f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manifests/globals.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
$repo_location = undef,
3232
$use_enterprise_repo = undef,
33+
34+
$pidfilepath = undef,
3335
) {
3436

3537
# Setup of the repo only makes sense globally, so we are doing it here.

0 commit comments

Comments
 (0)