Skip to content

Instantly share code, notes, and snippets.

View marcgibbons's full-sized avatar

Marc Gibbons marcgibbons

View GitHub Profile
#
# Depends on: puppetlabs/stdlib
#
define buildsource(
$dir = $title,
$user = 'root',
$path = '/usr/bin:/bin',
$timeout = '0',
$options = ''
) {