Merge "Add repositories refresh to ceph update pipeline"
diff --git a/update-ceph.groovy b/update-ceph.groovy
index 41eceb6..3289338 100644
--- a/update-ceph.groovy
+++ b/update-ceph.groovy
@@ -29,7 +29,7 @@
             stage('Apply package upgrades on all nodes') {
 
                 targets.each { key, value ->
-                    // try {
+                    salt.enforceState(pepperEnv, "I@ceph:${key}", 'linux.system.repo', true)
                     command = "pkg.install"
                     packages = value
                     commandKwargs = ['only_upgrade': 'true', 'force_yes': 'true']