puppet: Remove module cmmi_dir

No longer in use.

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 12:19:11 +01:00
parent 5cc5122d79
commit 2e8f30d440
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
define cmmi_dir (
$configure='./configure',
$make='make && make install'
) {
Exec {
path => '/usr/bin:/bin',
cwd => "/usr/local/src/${name}",
}
exec { "configure-${name}":
command => $configure,
} -> exec { "make-${name}":
command => $make,
}
}