diff --git a/configure_facts.sh b/configure_facts.sh index 2bb3e8e71..a254b22f8 100644 --- a/configure_facts.sh +++ b/configure_facts.sh @@ -23,8 +23,7 @@ export SCRIPT_DIR=$(cd `dirname $0` && pwd -P) source $SCRIPT_DIR/functions if [ -f /etc/fedora-release ]; then - # Can be changed to more stable repo later(ex:- fedora/puppet-passed-ci) - DLRN_BASE="fedora/current" + DLRN_BASE="fedora/puppet-passed-ci" DLRN_DEPS_BASE="fedora/stable-base/latest/" fi