Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created September 28, 2017 21:06
Show Gist options
  • Save glarizza/41e5aafc4073520ae3d483e0240d7d71 to your computer and use it in GitHub Desktop.
Save glarizza/41e5aafc4073520ae3d483e0240d7d71 to your computer and use it in GitHub Desktop.
Install
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