Skip to content

Commit c246451

Browse files
authored
Merge pull request #621 from bastelfreak/puppet-lint-top_scope_facts-check
puppet-lint: fix top_scope_facts warnings
2 parents 169077c + c3c0150 commit c246451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919
$handle_creds = true
2020
$store_creds = false
21-
$rcfile = "${::root_home}/.mongorc.js"
21+
$rcfile = "${facts['root_home']}/.mongorc.js"
2222
$dbpath_fix = false
2323

2424
$manage_package = pick($mongodb::globals::manage_package, $mongodb::globals::manage_package_repo, false)

0 commit comments

Comments
 (0)