xebialabs-community / puppet-xldeploy

Puppet module for managing XL Deploy
5 stars 10 forks source link

not able to define the location of plugins and lib off-line #118

Open ltutar opened 8 years ago

ltutar commented 8 years ago

After downloading the xldeploy module, I have to copy the following the the xldeploy module.

./lib
/plugins
./plugins/custom
./plugins/generic
./plugins/generic/jbossas-plugin-5.0.0.xldp
./plugins/generic/jbossdm-plugin-5.0.1.xldp
./plugins/generic/osb-plugin-5.0.0.xldp
./plugins/generic/tomcat-plugin-5.0.1.xldp
./plugins/generic/windows-plugin-5.0.0.xldp
./plugins/generic/wls-plugin-5.0.0.xldp

I woud like to define the locations through yaml like:

xldeploy::server::custom_license_source: 'puppet:///puppet_files/xldeploy/license/deployit-license.lic'
xlrelease::puppetfiles_xlrelease_source: 'puppet:///puppet_files/xlrelease/sources'