## Expected Behavior To be able to provision monit ## Actual Behavior When trying to provision Monit, I'm getting the following error: Error: Evaluation Error: Error while evaluating a Function Call, any2bool(): Unknown type of boolean given at (snip) monit/manifests/init.pp:357:18 ## Steps to Reproduce the Problem 1. provision monit with puppet using mod 'example42-monit', '2.0.17', mod 'example42-puppi', '2.1.12' ## Specifications Please add this info: 1. Output of `facter -p` on the failing node (at least the OS related facts) 2. Version of Puppet and of the module: puppet 4.5.2 and version 2.0.17 of module 3. The relevant Puppet code and eventually Hiera data I get this error just trying to do a basic configuration in puppet. (nothing fancy.) class { 'monit': }
Expected Behavior
To be able to provision monit
Actual Behavior
When trying to provision Monit, I'm getting the following error:
Error: Evaluation Error: Error while evaluating a Function Call, any2bool(): Unknown type of boolean given at (snip) monit/manifests/init.pp:357:18
Steps to Reproduce the Problem
Specifications
Please add this info:
facter -pon the failing node (at least the OS related facts)I get this error just trying to do a basic configuration in puppet. (nothing fancy.)
class { 'monit': }