Err, well that's not gonna work!

I need to both make sure that the base directory exists AND the
symlink to it exists. Other than defining a file resource that ensures
the base directory exists and another file resource to create the
symlink, how else could this be done?

In fact, they aren't the same resource. One is a file resource called
"/opt/tomcat/${name}/${software}/tomcat-${version}" and the other is a
LINK to a file resource called
"/opt/tomcat/${name}/${software}/tomcat-${version}".

The error messages are pretty confusing. They point to the symlink
line and tell me that's where the duplicate definition is, not where
the other file resource is.

Doug.



On Sat, Nov 7, 2009 at 8:49 PM, Dan Bode <d...@reductivelabs.com> wrote:
> Hi Doug,
>
>
> I had a chance to look at the code, and..
>
> three things that I see here, are
>
> define tomcat::create_inst($software, $version = "current", $server_port,
> $connector_port) {
>
> #1.  version is set to "current" by default.
>
>         "/opt/tomcat/${name}/${software}/tomcat-current":
>             require => Package["apache-tomcat-${name}-${software}"],
>             ensure => "/opt/tomcat/${name}/${software}/${tomcat_version}";
>
>         #
>         # Make sure that the base Tomcat directory for this instance exists.
>         #
>         "/opt/tomcat/${name}/${software}/tomcat-${version}":
>
> #2. These two file resource will have the same name, if $version=current
>
>  tomcat::create_inst {
>         tfel0:
>             #version => $tomcat_version,
>
> #3 If you do not set this param when calling the definition, then it will
> get set to "current" by default, which creates duplicate resources.
>
> Hope this is helpful,
>
> Dan
>
>
> >
>



-- 
Regards,

Douglas Garstang
http://www.linkedin.com/in/garstang
Email: doug.garst...@gmail.com
Cell: +1-805-340-5627

--~--~---------~--~----~------------~-------~--~----~
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