From 34b8a716521aa43e13743aba9a0171b4077c5008 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 12 Apr 2015 12:43:31 +0200 Subject: [PATCH] bonding: exclude drupal when updating --- system/TestBonding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestBonding.py b/system/TestBonding.py index 8b36fdf..64fb5ad 100644 --- a/system/TestBonding.py +++ b/system/TestBonding.py @@ -136,7 +136,7 @@ gpgcheck=0 test_ssh = TestSsh (self.test_plc.vserverip) - command1 = "yum -y update" + command1 = "yum -y update --exclude drupal" if test_ssh.run (command1, dry_run = self.options.dry_run) != 0: return False -- 2.43.0