From 116adef5145ea08614827da91280990b709fe643 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 4 Sep 2015 15:12:16 -0700 Subject: [PATCH] Run puppet apply test on centos7 for git backends Now that our git backends are all centos7 we should run the puppet apply test for that node against centos7 instead of centos6. Make it so. Change-Id: I26728b56e54d7ad2e977c62bb5d6c990e4d76e3b --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 46afc64f4b..eb049f6dbb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -468,7 +468,7 @@ node /^git(-fe\d+)?\.openstack\.org$/ { # CentOS machines to run cgit and git daemon. Will be # load balanced by git.openstack.org. -# Node-OS: centos6 +# Node-OS: centos7 node /^git\d+\.openstack\.org$/ { $group = "git-server" include openstack_project