mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "puppet: Remove module cmmi_dir"
This reverts commit 2e8f30d440d3964852d725f5e0efa142feef991c. It's in use :)
This commit is contained in:
parent
57fdee3373
commit
60b8529db0
15
.puppet/modules/cmmi_dir/manifests/init.pp
Normal file
15
.puppet/modules/cmmi_dir/manifests/init.pp
Normal file
@ -0,0 +1,15 @@
|
||||
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,
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user