mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Puppet style guide: don't list optional parameters before required parameters
refs #6842
This commit is contained in:
parent
1b3c42ff8a
commit
e31e6a8972
@ -31,9 +31,9 @@
|
|||||||
define cmmi(
|
define cmmi(
|
||||||
$url,
|
$url,
|
||||||
$output,
|
$output,
|
||||||
$flags='',
|
|
||||||
$creates,
|
$creates,
|
||||||
$make,
|
$make,
|
||||||
|
$flags='',
|
||||||
$make_timeout=300,
|
$make_timeout=300,
|
||||||
$configure_command='sh ./configure'
|
$configure_command='sh ./configure'
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user