This repository was archived by the owner on Jun 2, 2019. It is now read-only.
This repository was archived by the owner on Jun 2, 2019. It is now read-only.
Add support for configure destination directory of Maven #56
Open
Description
Add support for configure installation directory of Maven, insted of hardcoded /opt.
That includes: exec maven-untar:
exec { 'maven-untar':
command => "tar xf /tmp/apache-maven-${version}-bin.tar.gz",
cwd => '/opt',
creates => "/opt/apache-maven-${version}",
path => ['/bin','/usr/bin'],
}
Metadata
Metadata
Assignees
Labels
No labels