mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +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(
|
||||
$url,
|
||||
$output,
|
||||
$flags='',
|
||||
$creates,
|
||||
$make,
|
||||
$flags='',
|
||||
$make_timeout=300,
|
||||
$configure_command='sh ./configure'
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user