Skip to content

Commit

Permalink
remove explicit gzip unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
jowy committed Jun 23, 2014
1 parent 21198b5 commit cd2aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

exec { 'extract_druid_version':
command => "/bin/tar zxf ${source_path} -C ${release_dir}/ 2> /dev/null",
command => "/bin/tar xf ${source_path} -C ${release_dir}/ 2> /dev/null",
refreshonly => true,
user => 'druid',
}
Expand Down

0 comments on commit cd2aa24

Please sign in to comment.