You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-source_hash-check-https://www.google.com/]/returns: executed successfully
Info: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-source_hash-check-https://www.google.com/]: Scheduling refresh of Exec[wget-https://www.google.com/]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: 2019-02-19 12:47:08 URL:https://www.google.com/ [11192] -> "/tmp/google_bad" [1]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: md5sum: standard input: no properly formatted MD5 checksum lines found
Error: wget --no-verbose --output-document="/tmp/google_bad" "https://www.google.com/" && echo '0 /tmp/google_bad' | md5sum -c --quiet returned 1 instead of one of [0]
Error: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: change from notrun to 0 failed: wget --no-verbose --output-document="/tmp/google_bad" "https://www.google.com/" && echo '0 /tmp/google_bad' | md5sum -c --quiet returned 1 instead of one of [0]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Main/Wget::Fetch[http://www.google.com/]/Exec[wget-http://www.google.com/]/returns: executed successfully
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-source_hash-check-https://www.google.com/]/returns: executed successfully
Info: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-source_hash-check-https://www.google.com/]: Scheduling refresh of Exec[wget-https://www.google.com/]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: 2019-02-19 12:48:41 URL:https://www.google.com/ [11213] -> "/tmp/google_bad" [1]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: md5sum: standard input: no properly formatted MD5 checksum lines found
Error: wget --no-verbose --output-document="/tmp/google_bad" "https://www.google.com/" && echo '0 /tmp/google_bad' | md5sum -c --quiet returned 1 instead of one of [0]
Error: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]/returns: change from notrun to 0 failed: wget --no-verbose --output-document="/tmp/google_bad" "https://www.google.com/" && echo '0 /tmp/google_bad' | md5sum -c --quiet returned 1 instead of one of [0]
Notice: /Stage[main]/Main/Wget::Fetch[https://www.google.com/]/Exec[wget-https://www.google.com/]: Triggered 'refresh' from 1 events
Any additional information you'd like to impart
The reason for specifying the source_hash was to ensure the downloaded file was correct. This is especially important for executables. Current behaviour enforces the md5sum before the download, but not after (beyond notifying the puppet run).
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The reason for specifying the source_hash was to ensure the downloaded file was correct. This is especially important for executables. Current behaviour enforces the md5sum before the download, but not after (beyond notifying the puppet run).
The text was updated successfully, but these errors were encountered: