Skip to content

Commit 07caa51

Browse files
committed
Merge pull request voxpupuli#76 from vchepkov/Z-support
added .Z archive handling
2 parents b674231 + fc64319 commit 07caa51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/extract.pp

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
}
108108
}
109109

110+
/.Z$/: {
111+
$command = "uncompress ${source_path}"
112+
}
113+
110114
default: {
111115
fail("staging::extract: unsupported file format ${name}.")
112116
}

0 commit comments

Comments
 (0)