Skip to content

Commit f8d89eb

Browse files
committed
Merge pull request #230 from mklette/fix-pidfilepath-in-globals
globals: fix, add pidfilepath to globals when used in params
2 parents d49578a + 76b18f7 commit f8d89eb

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)