Created
September 18, 2014 12:29
-
-
Save rjw1/d243225583bb80c4aace to your computer and use it in GitHub Desktop.
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
exec { 'install_elasticsearch': | |
command => "/usr/bin/dpkg -i /tmp/elasticsearch-1.3.0.deb;/usr/bin/touch /opt/track/elasticsearch", | |
require => [File['/tmp/elasticsearch-1.3.0.deb'], Package['openjdk-7-jdk']], | |
creates => '/opt/track/elasticsearch' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment