Skip to content

Instantly share code, notes, and snippets.

@alappe
Last active December 17, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alappe/5576645 to your computer and use it in GitHub Desktop.
Save alappe/5576645 to your computer and use it in GitHub Desktop.
* 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