Project

General

Profile

« Previous | Next » 

Revision 51a84139

Added by Eric Helms almost 3 years ago

Add types for parameters for all classes

View differences:

manifests/tar_extract.pp
# Actions:
# - Extracts a tarball
#
define certs::tar_extract($path = $title) {
define certs::tar_extract(
Stdlib::Absolutepath $path = $title,
) {
validate_file_exists($path)
exec { "extract ${path}":

Also available in: Unified diff