puppet: Remove module configure

No longer in use.

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 12:19:49 +01:00
parent ca24699e1b
commit 44d662c983
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# Define: configure
#
# Run a gnu configure to prepare software for environment
#
# Parameters:
# [*flags*] - configure options.
# [*path*] - Target and working dir
#
define configure(
$path,
$flags
) {
exec { "configure-${name}":
cwd => $path,
command => "sh ./configure ${flags}"
}
}