Check whether a Puppet(tm) implementation is installed. Optionally checks the version.
Parameters
version(Optional[String])
— The version of the implementation to check. To check if version meets a minimum, set test to 'ge' and version to x, x.y or x.y.z
test(Enum['eq', 'lt', 'le', 'gt', 'ge'])
— Version comparison operator.