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?
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?