From 255530099495b2727003e090fbb78e60e804f98e Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 22 Oct 2012 16:13:59 +0300 Subject: [PATCH] Fixed yum::exclude when multiple packets are defined --- 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 42fd6ef..f03389f 100644 --- a/yum/manifests/init.pp +++ b/yum/manifests/init.pp @@ -116,7 +116,7 @@ class yum::exclude { augeas { "yum-exclude": context => "/files/etc/yum.conf/main", - changes => "set exclude ${yum_exclude_real}", + changes => "set exclude '${yum_exclude_real}'", } }