Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the system is not running PE, the $::is_pe fact will be undefined, causing errors when run under strict variables mode. This patch uses the getvar() function to look up the fact so that it won't fail if not defined. Alternative to puppetlabs/puppetlabs-concat#270 This should fix the broken CI for the postgresql module.
- Loading branch information