Skip to content

Commit

Permalink
fix typo in apt url
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Dec 19, 2024
1 parent c7c3605 commit ba324cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apache_conf_dir: "{{ apache_etc_dir }}/conf.d"
apache_log_dir: "/var/log/{{ apache_service_name }}"

rpm_repo_url: "https://yum.osc.edu/ondemand/latest/ondemand-release-web-latest-1-8.{{ el_distro }}.noarch.rpm"
apt_repo_url: "https://apt.osc.edu/ondemand/latest/ondemand-release-web_latest_5-{{ deb_distro }}_all.deb"
apt_repo_url: "https://apt.osc.edu/ondemand/latest/ondemand-release-web-latest_5-{{ deb_distro }}_all.deb"

rpm_repo_key: "https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand"
deb_repo_key: "https://apt.osc.edu/ondemand/DEB-GPG-KEY-ondemand"
Expand Down

0 comments on commit ba324cc

Please sign in to comment.