Project

General

Profile

Download (162 Bytes) Statistics
| Branch: | Tag: | Revision:
define certs::tar_extract($path = $title) {
exec { "extract $path":
cwd => '/root',
path => ['/usr/bin', '/bin'],
command => "tar -xzf $path"
}
}
(4-4/4)