Re: [Puppet Users] ensure tomcat - duplicated definition

2014-04-24 Thread jcbollinger
On Thursday, April 24, 2014 7:42:34 AM UTC-5, Felix.Frank wrote: > > Rule of thumb with defined types: Resources that those declare will want > to have the $title (or $name) or their enclosing defined type in their > title to avoid clashes. > > download_tomcat { "tomcat-dl-for-$name": version

Re: [Puppet Users] ensure tomcat - duplicated definition

2014-04-24 Thread Felix Frank
Rule of thumb with defined types: Resources that those declare will want to have the $title (or $name) or their enclosing defined type in their title to avoid clashes. download_tomcat { "tomcat-dl-for-$name": version => $version } HTH, Felix On 04/23/2014 07:43 PM, Björn Becker wrote: > My probl