Re: [Dev] [PrivatePaaS] AppServer Puppet module - use of usermgt variable

2014-09-09 Thread Chamila De Alwis
Thanks Manula! That explains the usage. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Tue, Sep 9, 2014 at 4:42 PM, Manula Waidyanatha wrote: > Hi Chamila, > (see my comments inline) > > On Tue, Sep 9, 2014 at 3:53 PM, Chamila De Alwis > w

Re: [Dev] [PrivatePaaS] AppServer Puppet module - use of usermgt variable

2014-09-09 Thread Manula Waidyanatha
Hi Chamila, (see my comments inline) On Tue, Sep 9, 2014 at 3:53 PM, Chamila De Alwis wrote: > Hi, > > In the Appserver and several other carbon puppet modules the variable > usermgt is used in several templates to determine how the password handling > is done. For example in > /puppet/modules/ap

[Dev] [PrivatePaaS] AppServer Puppet module - use of usermgt variable

2014-09-09 Thread Chamila De Alwis
Hi, In the Appserver and several other carbon puppet modules the variable usermgt is used in several templates to determine how the password handling is done. For example in /puppet/modules/appserver/templates/conf/user-mgt.xml.erb it is used as follows. <%- if @usermgt -%> true <%- end -%>