From e31e6a8972e396909f25b699a5fee3b8105e211d Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Tue, 2 Sep 2014 12:54:03 +0200 Subject: [PATCH] Puppet style guide: don't list optional parameters before required parameters refs #6842 --- .vagrant-puppet/modules/cmmi/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vagrant-puppet/modules/cmmi/manifests/init.pp b/.vagrant-puppet/modules/cmmi/manifests/init.pp index e0116fbc9..f83cd53ca 100644 --- a/.vagrant-puppet/modules/cmmi/manifests/init.pp +++ b/.vagrant-puppet/modules/cmmi/manifests/init.pp @@ -31,9 +31,9 @@ define cmmi( $url, $output, - $flags='', $creates, $make, + $flags='', $make_timeout=300, $configure_command='sh ./configure' ) {