Displaying 1 result from an estimated 1 matches for "gfedevw".
Did you mean:
gfedevws
2012 May 14
6
problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]
...el 5 server with the puppet rpms from yum.puppetlabs.com, but the cilent machines is based on fc17 beta with 2.7.13 rpm (which is with that version for now, and has ruby-libs 1.9.3)
First, some appropriate filedumps frome manifests directory:
-------
> cat /etc/puppet/manifests/site.pp
import gfedevws-templates
import ''nodes''
-------
> cat /etc/puppet/manifests/gfedevws-templates.pp
class gfedevws-template {
notify { "gfedevws-template": }
include common::puppet-cron
include gfedevws::puppet-conf
}
-------
> cat /etc/puppet/manifests/nodes.pp
node defaul...