mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
0a2fbf4aee
commit
bb716e8a49
@ -17,7 +17,9 @@
|
||||
#
|
||||
# Requires:
|
||||
#
|
||||
# wget
|
||||
# tar
|
||||
# gcc
|
||||
#
|
||||
# Sample Usage:
|
||||
#
|
||||
@ -44,6 +46,7 @@ define cmmi(
|
||||
|
||||
include wget
|
||||
include tar
|
||||
include gcc
|
||||
|
||||
exec { "download-${name}":
|
||||
cwd => $cwd,
|
||||
@ -78,7 +81,10 @@ define cmmi(
|
||||
cwd => $src,
|
||||
command => $make,
|
||||
creates => $creates,
|
||||
require => Exec["configure-${name}"],
|
||||
require => [
|
||||
Exec["configure-${name}"],
|
||||
Class['gcc']
|
||||
],
|
||||
timeout => $make_timeout
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user