Displaying 2 results from an estimated 2 matches for "puppetdev".
2010 Dec 22
1
Puppet + Mongrel on RHEL5
...on RHEL5. So far I have followed
this document:
http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel_On_Enterprise_Linux
The puppetmasters all start up and Apache starts up on 8140.
However, when my client connects I get the following errors:
[root@lv1764p puppet]# puppetd --server puppetdev.encana.com --no-
daemonize -o -v
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional
resources using ''eval_generate'': Error 403 on SERVER: Forbidden
request: lv1764p.encana.com(10.54.65.35) access to /file_metadata/
plugins [search] at line 93
er...
2007 Nov 16
3
File copy problem
...t puppet 318 Nov 15 15:09 /ops/tools/puppet/files/etc/issue
* This is banner.pp
# banner.pp
class banner {
file { "/etc/issue":
owner => root,
group => root,
mode => 440,
source => "puppet://puppetdev/dist/etc/issue"
}
}
* Puppetmasterd is running
# ps -ef |grep pupp
puppet 6369 26689 0 09:56:54 ? 0:02 /opt/csw/bin/ruby /opt/csw/bin/puppetmasterd
root 24538 11895 0 10:20:07 pts/1 0:00 grep pupp
* There is no existing file called /etc/issue - when I run &...