From ab5f7376832547ea9cdc5b87e929d6ad4e343358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 18 Jun 2013 15:12:10 +0300 Subject: [PATCH] yum: Fixed syntax error from yum::repo::elrepo. --- yum/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yum/manifests/init.pp b/yum/manifests/init.pp index a735258..70ab26e 100644 --- a/yum/manifests/init.pp +++ b/yum/manifests/init.pp @@ -353,7 +353,7 @@ class yum::repo::dell { # Location of repository. If not set default ELRepo mirrorlist # will be used. # -class yum::repo::elrepo($baseurl=undef { +class yum::repo::elrepo($baseurl=undef) { include yum::common