Skip to content

Commit

Permalink
added .Z archive handling
Browse files Browse the repository at this point in the history
  • Loading branch information
vchepkov committed Jun 28, 2015
1 parent 9cfcdd3 commit fc64319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/extract.pp
Expand Up @@ -106,6 +106,10 @@
}
}

/.Z$/: {
$command = "uncompress ${source_path}"
}

default: {
fail("staging::extract: unsupported file format ${name}.")
}
Expand Down

0 comments on commit fc64319

Please sign in to comment.