From 6a04bd7152153f99c9beb1834eec222379dfe75a Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Sat, 22 Oct 2016 00:50:01 +0200 Subject: [PATCH] TT#3961 Switch deployment.sh to puppet2.mgm Right now we are not ready to use CNAME here, lets put correct DNS name here as manual input is very annoying here during the boot. Change-Id: Ibbf195752f46f95e3774793f3de25bb8b46ee7e7 --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index e7aa2d1..9f05880 100755 --- a/deployment.sh +++ b/deployment.sh @@ -46,7 +46,7 @@ CE_EDITION=false CARRIER_EDITION=false NGCP_INSTALLER=false PUPPET='' -PUPPET_SERVER=puppet.mgm.sipwise.com +PUPPET_SERVER=puppet2.mgm.sipwise.com PUPPET_GIT_REPO='' PUPPET_GIT_BRANCH=master PUPPET_LOCAL_GIT="${TARGET}/tmp/puppet.git"