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
I tried using this module for installing jq on a puppet node and i am getting the following error:
Error: wget --no-verbose --output-document="/usr/local/bin/jq-1.4" "http://stedolan.github.io/jq/download/linux64/jq" returned 4 instead of one of [0]
Error: /Stage[main]/Jq/Wget::Fetch[http://stedolan.github.io/jq/download/linux64/jq]/Exec[wget-http://stedolan.github.io/jq/download/linux64/jq]/returns: change from notrun to 0 failed: wget --no-verbose --output-document="/usr/local/bin/jq-1.4" "http://stedolan.github.io/jq/download/linux64/jq" returned 4 instead of one of [0]
Can you please update the documentation on the module to say how to invoke your module.
I assumed it should just be include jq but that doesn't seem to work. do we need to pass additional args to invoke your class?
The text was updated successfully, but these errors were encountered:
tmor
linked a pull request
Dec 26, 2019
that will
close
this issue
I tried using this module for installing jq on a puppet node and i am getting the following error:
Error: wget --no-verbose --output-document="/usr/local/bin/jq-1.4" "http://stedolan.github.io/jq/download/linux64/jq" returned 4 instead of one of [0]
Error: /Stage[main]/Jq/Wget::Fetch[http://stedolan.github.io/jq/download/linux64/jq]/Exec[wget-http://stedolan.github.io/jq/download/linux64/jq]/returns: change from notrun to 0 failed: wget --no-verbose --output-document="/usr/local/bin/jq-1.4" "http://stedolan.github.io/jq/download/linux64/jq" returned 4 instead of one of [0]
Can you please update the documentation on the module to say how to invoke your module.
I assumed it should just be include jq but that doesn't seem to work. do we need to pass additional args to invoke your class?
The text was updated successfully, but these errors were encountered: