Skip to content

Commit

Permalink
Update repo URLs to allow the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
smuth4 committed Apr 3, 2017
1 parent 9a66772 commit 24c5f3e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tasks/Amazon/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content: |
[sensu]
name=sensu
baseurl=http://repositories.sensuapp.org/yum/$basearch/
baseurl=https://sensu.global.ssl.fastly.net/yum/$releasever/$basearch/
gpgcheck=0
enabled=1
owner: root
Expand Down
2 changes: 1 addition & 1 deletion tasks/CentOS/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content: |
[sensu]
name=sensu
baseurl=http://repositories.sensuapp.org/yum/$basearch/
baseurl=https://sensu.global.ssl.fastly.net/yum/$releasever/$basearch/
gpgcheck=0
enabled=1
owner: root
Expand Down
4 changes: 2 additions & 2 deletions tasks/Debian/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- name: Ensure the Sensu APT repo GPG key is present
apt_key:
url: http://repositories.sensuapp.org/apt/pubkey.gpg
url: https://sensu.global.ssl.fastly.net/apt/pubkey.gpg
state: present

- name: Ensure the Sensu Core APT repo is present
apt_repository:
repo: 'deb http://repositories.sensuapp.org/apt sensu main'
repo: "deb https://sensu.global.ssl.fastly.net/apt {{ ansible_distribution_release }} main"
state: present
update_cache: true

Expand Down
4 changes: 2 additions & 2 deletions tasks/Ubuntu/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- name: Ensure the Sensu APT repo GPG key is present
apt_key:
url: http://repositories.sensuapp.org/apt/pubkey.gpg
url: https://sensu.global.ssl.fastly.net/apt/pubkey.gpg
state: present

- name: Ensure the Sensu Core APT repo is present
apt_repository:
repo: 'deb http://repositories.sensuapp.org/apt sensu main'
repo: "deb https://sensu.global.ssl.fastly.net/apt {{ ansible_distribution_release }} main"
state: present
update_cache: true

Expand Down
4 changes: 2 additions & 2 deletions vars/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# Sensu config/package properties
sensu_config_path: /usr/local/etc/sensu
sensu_pkg_version: 0.25.6_1
sensu_pkg_download_url: http://sensu.global.ssl.fastly.net/freebsd/10.0/amd64/sensu-{{ sensu_pkg_version }}.txz
sensu_pkg_version: 0.28.4_1
sensu_pkg_download_url: https://sensu.global.ssl.fastly.net/freebsd/FreeBSD:{{ ansible_distribution_major_version }}:{{ ansible_architecture }}/sensu/sensu-{{ sensu_pkg_version }}.txz
sensu_pkg_download_path: /root/sensu_latest.txz

# RabbitMQ options
Expand Down

0 comments on commit 24c5f3e

Please sign in to comment.