You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this with example42/jboss and am passing in the extracted_dir ($jboss::real_created_dirname variable from example42/jboss); however, Puppi is extracting the archive to whatever the directory is within it (in my case, jboss-as-7.1.1). In my case I need to setup several totally separate JBoss servers (independent binaries) so I need something like /usr/local/foo-jboss-as-7.1.1, /usr/local/bar-jboss-as-7.1.1, etc.). The only place I see extracted_dir being used in puppi::netinstall is the creates and unless attributes of the exec { "Extract ${source_filename} from ${work_dir}" ...} resource.
The text was updated successfully, but these errors were encountered:
I'm using this with example42/jboss and am passing in the extracted_dir ($jboss::real_created_dirname variable from example42/jboss); however, Puppi is extracting the archive to whatever the directory is within it (in my case, jboss-as-7.1.1). In my case I need to setup several totally separate JBoss servers (independent binaries) so I need something like /usr/local/foo-jboss-as-7.1.1, /usr/local/bar-jboss-as-7.1.1, etc.). The only place I see extracted_dir being used in puppi::netinstall is the creates and unless attributes of the exec { "Extract $ {source_filename} from ${work_dir}" ...} resource.
The text was updated successfully, but these errors were encountered: