jordansissel / puppet-pleaserun

A custom type for puppet that allows you to use pleaserun to create init, launchd, upstart, systemd, and may more 'init' script thingies.
6 stars 2 forks source link

Could not evaluate: false instead of informative error message #5

Open werdnum opened 9 years ago

werdnum commented 9 years ago

I get the following error:

Error: /Stage[main]/Cca::Httpd/Pleaserun[htcacheclean]: Could not evaluate: false

Using the following code:

pleaserun {'htcacheclean':
    ensure  => present,
    program => $htcacheclean_path,
    args    => ['-v', "-p${cachedir}", "-l${cachelimit}", '-d']
  }

As far as I can tell, this is caused by an error in the platform detection.