yum: Fixed syntax error from yum::repo::elrepo.

This commit is contained in:
Timo Mkinen 2013-06-18 15:12:10 +03:00
parent 95bd3a717e
commit ab5f737683

View file

@ -353,7 +353,7 @@ class yum::repo::dell {
# Location of repository. If not set default ELRepo mirrorlist # Location of repository. If not set default ELRepo mirrorlist
# will be used. # will be used.
# #
class yum::repo::elrepo($baseurl=undef { class yum::repo::elrepo($baseurl=undef) {
include yum::common include yum::common