Skip to content

Commit

Permalink
Changed tar option to determine the file is compressed or not
Browse files Browse the repository at this point in the history
  • Loading branch information
netman2k authored and ehelms committed Dec 29, 2016
1 parent 97ed1a0 commit 7020bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/tar_extract.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
exec { "extract ${path}":
cwd => '/root',
path => ['/usr/bin', '/bin'],
command => "tar -xzf ${path}",
command => "tar -xaf ${path}",
}
}

0 comments on commit 7020bf8

Please sign in to comment.