This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid compilation failure with strict_variables=true
When strict_variables is on and mcollective has yet to be installed, mco_version isn't defined, so referring to it here breaks compilation. The fix here uses a pattern used by puppetlabs-apt.
- Loading branch information