You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Chamila De Alwis <ch...@wso2.com> on 2014/08/20 20:10:26 UTC

Keystore file used as a template in tomcat Puppet manifest

Hi,

In the tomcat puppet module, tomcat.erb is used as a template source. This
file seems to be a java keystore file. Are there any placeholders in the
keystore file to be compiled or is it there to be copied just as that?

Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com

Re: Keystore file used as a template in tomcat Puppet manifest

Posted by Chamila De Alwis <ch...@wso2.com>.
Adding the puppet resource block referring to this file

file { '/mnt/tomcat':
    content => template('tomcat/tomcat.erb'),
    require => File["${target}/packs"];
}


Regards,
Chamila de Alwis
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com




On Wed, Aug 20, 2014 at 11:40 PM, Chamila De Alwis <ch...@wso2.com>
wrote:

> Hi,
>
> In the tomcat puppet module, tomcat.erb is used as a template source. This
> file seems to be a java keystore file. Are there any placeholders in the
> keystore file to be compiled or is it there to be copied just as that?
>
> Regards,
> Chamila de Alwis
> Software Engineer | WSO2 | +94772207163
> Blog: code.chamiladealwis.com
>
>
>