On Nov 17, 2011, at 10:02 AM, Peter Horvath wrote: > Duplicate definition: File[conf] is already defined in file /etc/ > puppet/modules/apache2/manifests/vhost.pp at line 10; cannot redefine > at /etc/puppet/modules/apache2/manifests/vhost.pp:10 on node > eurwebtest02 > > Do you have any idea what could be the problem?
It is absolutely what it already says very clearly: File[conf] is already defined. It's just that puppet doesn't name the original reference, but the same reference twice :( So you have to go find the other instance yourself. Go to your module root and type: find . -type f -exec grep -Hni "conf:" {} \; -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- 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.