diff options
| -rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 | ||||
| -rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 1 | ||||
| -rw-r--r-- | modules/buildsystem/templates/iurt.conf | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index bd7138c0..13608e47 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -431,8 +431,8 @@ class mga_buildsystem::config { 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", #'mode' => 'normal', - 'mode' => 'version_freeze', - #'mode' => 'freeze', + #'mode' => 'version_freeze', + 'mode' => 'freeze', } # for EOL distributions diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index efdd73e3..6586edee 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -39,7 +39,6 @@ define buildsystem::iurt::config() { } $allow_network_access = [ - 'libguestfs', # Needs access to the configured mirrors ] file { "/etc/iurt/build/${distribution}.conf": diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 0bd30acb..92591b11 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -33,5 +33,6 @@ <%- } -%> }, + urpmi_options => '--noclean', } |
