SSLCertificateFile: file '/var/lib/puppet/ssl/certs/puppet.tst.mydomain.pem'
[root@brllx097 ~]# ls -la
/var/lib/puppet/ssl/certs/puppet.tst.mydomain.com.pem
-rw-r-. 1 puppet root 912 Sep 2 11:40
/var/lib/puppet/ssl/certs/puppet.tst.mydomain.com.pem
Possibly a copy/paste/redact error (or I mi
Hello,
Steven VanDevender wrote,
> Douglas Garstang writes:
> > On Thu, Sep 1, 2011 at 1:35 PM, Steven VanDevender
> wrote:
> >
> > > Douglas Garstang writes:
> > > > Was that in reply to my original post, or a subsequent reply? You did
> > > see
> > > > where I said /etc/puppet was a wo
â– Error Messages
# puppetmasterd --verbose --no-daemonize
info: Creating a new SSL key for puppet-server..xx.jp
info: Creating a new SSL certificate request for puppet-
server..xx.jp
info: Certificate Request fingerprint (md5): 98:39:CB:2B:
33:81:90:39:85:B5:32:C2:B7:BD:63:11
notice:
I had the same problem. How did you handle the embedded Ruby objects? No
solutions. It's a shame that puppet is so Ruby-centric. :( Doug.
On Fri, Sep 2, 2011 at 5:57 AM, nottings wrote:
> Does anyone have any idea how to work around the following error?
>
> yaml.constructor.ConstructorError: exp
Hello,
i am working on several modules for setting up a development workstation.
These modules sometimes need to modify the user profile by adding variables
or modifying existing variables like PATH.
What would be the best practice for going about this?
Maybe have a separate module for manipulat
Hey all,
Has anybody here worked with the Opsview module in Puppet? I've done
anything according to the manuals but when I run the agent nothing happens
from that module and class, not even an error.
*site.pp:*
node /^proxy\d+\.instances\.vircado\.com$/ {
include proxy, common, opsview
}