Skip to content

Commit

Permalink
Merge pull request #10 from pjagielski/master
Browse files Browse the repository at this point in the history
Proper wget quote handling
  • Loading branch information
brettporter committed Jul 13, 2013
2 parents ef3a996 + 019492f commit 38f76df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/fetch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

exec { "wget-${name}":
command => "wget ${verbose_option}${nocheckcert_option} --output-document=${destination} ${source}",
command => "wget ${verbose_option}${nocheckcert_option} --output-document=${destination} \"${source}\"",
timeout => $timeout,
unless => $unless_test,
environment => $environment,
Expand Down

0 comments on commit 38f76df

Please sign in to comment.