Created
September 28, 2017 21:06
-
-
Save glarizza/41e5aafc4073520ae3d483e0240d7d71 to your computer and use it in GitHub Desktop.
Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
archive { "apache-activemq-${version}-bin.tar.gz": | |
ensure => present, | |
extract => true, | |
extract_path => '/opt', | |
source => "http://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz", | |
creates => "/opt/apache-activemq-${version}", | |
cleanup => true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment