Hello together,

I have problems with my Puppet installation. I use example42 Modules
as the base of my own Modules for automated deployment of Rational
Application Developer.

Now I have overlaps between the modules. As example. I run Puppet on
the Puppetmaster. He has included the following classes as the node
configuration:

include dashboard
include general

One of my Nodes is an tomcat server with the following includes

include mysql::client
include tcserver
include general

An other Node is a client for Rational Application developer with
following Includes

include rad
include general

Now, if i run puppet on the puppet master and tomcat server I get some
overlaps with the rad class. It looks like this:

PuppetMaster:

rad::reqdir/File[/opt/software]/ensure: created
...
These are Directories only for rad class, but not for the others.

TomcatServer:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Duplicate definition: Package[redhat-lsb] is already defined
in file /var/data/puppet/environments/production/puppet4set/modules/
rad/manifests/reqpkg.pp at line 44; cannot redefine at /var/data/
puppet/environments/production/puppet4set/modules/tcserver/manifests/
init.pp:33 on node v00404.sbb.ch

Is there maybe a bug in version 2.6.9?

Thanks

imase

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to