You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARN DefaultHTTP: getNodes() exception while trying to request PuppetDB API: puppetmaster.home:8081 failed to respond
org.apache.http.NoHttpResponseException: puppetmaster.home:8081 failed to respond
since puppet db is only available through HTTPS.
With a side note that mapping file and metrics interval are mandatory using the puppet module but not if you edit the project.properties manually.
The text was updated successfully, but these errors were encountered:
ltutar
added a commit
to ltutar/puppet-rundeck
that referenced
this issue
Aug 8, 2016
https://github.com/voxpupuli/puppet-rundeck/blob/master/manifests/config/resource_source.pp#L325 is not supporting PROPERTY_PUPPETDB_SSL_DIR
As described in https://github.com/rundeck-plugins/rundeck-puppetenterprise-nodes-plugin, this parameter contains the puppet certificates. My own edited property file as an example:
The following is achieved through the puppet module:
This gives the error:
since puppet db is only available through HTTPS.
With a side note that mapping file and metrics interval are mandatory using the puppet module but not if you edit the project.properties manually.
The text was updated successfully, but these errors were encountered: