I'm trying to install jenkins on a puppet server which is a ubuntu machine.But i'm getting the following error:
/etc/puppet/modules/jenkins/manifests# puppet agent --no-daemonize --verbose
notice: Starting Puppet client version 2.7.1
info: Caching catalog for fqdn.myhost.com
err: Could not run Puppet configuration client: Parameter unless failed: 'apt-key list | grep -Fqe 'D50582E6'' is not qualified and no path was specified. Please qualify the command or specify a path.
I didn't have a few things:
/etc/puppet/modules/jenkins/manifests# apt-key list | grep -Fqe 'D50582E6'
/etc/puppet/modules/jenkins/manifests#
i have followed explanation in this page and use first module specified there: https://wiki.jenkins-ci.org/display/JENKINS/Puppet
i have downloaded the apt module and placed it in puppet under modules.
Can somebody please help?