diff --git a/chef.sh b/chef.sh index 76daff1..61d34eb 100755 --- a/chef.sh +++ b/chef.sh @@ -9,8 +9,8 @@ yum_sync="${_here}/yum-sync.py" BASE_PATH="${TUNASYNC_WORKING_DIR}" UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"https://packages.chef.io/repos"} -YUM_PATH="${BASE_PATH}/yum" -APT_PATH="${BASE_PATH}/apt" +YUM_PATH="${BASE_PATH}/yum/stable" +APT_PATH="${BASE_PATH}/apt/stable" "$yum_sync" "${UPSTREAM}/yum/stable/el/@{os_ver}/@{arch}" 6-8 chef x86_64 "stable-el@{os_ver}-@{arch}" "$YUM_PATH" echo "YUM finished"