Last active
December 17, 2015 07:59
-
-
Save alappe/5576645 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
* remote_file[/usr/local/bin/logstash.jar] action create | |
[2013-05-14T07:50:50-07:00] INFO: Processing remote_file[/usr/local/bin/logstash.jar] action create (logstash::default line 60) | |
[2013-05-14T07:50:51-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] checking for changes | |
[2013-05-14T07:50:51-07:00] DEBUG: Sending HTTP Request via GET to logstash.objects.dreamhost.com:443/release/logstash-1.1.12-flatjar.jar | |
[2013-05-14T07:50:52-07:00] DEBUG: Streaming download from https://logstash.objects.dreamhost.com/release/logstash-1.1.12-flatjar.jar to tempfile /tmp/chef-rest20130514-18271-17v4kfo | |
[2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] checking for file existence of /usr/local/bin/logstash.jar [2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] file exists at /usr/local/bin/logstash.jar | |
[2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] target checksum: e75bce7c88461116fbd2c7c473d8c8999c152ab6c618caa58b3d0d88feeb77fd | |
[2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] source checksum: e75bce7c88461116fbd2c7c473d8c8999c152ab6c618caa58b3d0d88feeb77fd | |
[2013-05-14T07:52:32-07:00] DEBUG: remote_file[/usr/local/bin/logstash.jar] target and source checksums are the same - not updating (up to date) | |
remote_file '/usr/local/bin/logstash.jar' do | |
checksum '19e67da44ad56e9fdb9f98e3d7ea0d59a0d6c5f6' | |
source 'https://logstash.objects.dreamhost.com/release/logstash-1.1.12-flatjar.jar' | |
user 'logstash' | |
group 'logstash' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment