-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit contains an update to the sensu Yum repositories. As mentioned by @portertech in sensu/sensu##1062, sensu has moved their repositories to new locations, although symlinking old paths in order to preserve backward compatibility.
- Loading branch information
Simon Aquino
committed
Oct 19, 2015
1 parent
cf2fb42
commit 7ea2242
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[sensu-unstable] | ||
name=sensu-unstable | ||
baseurl=http://repos.sensuapp.org/yum-unstable/el/$releasever/$basearch/ | ||
baseurl=http://repositories.sensuapp.org/yum-unstable/$basearch/ | ||
gpgcheck=0 | ||
enabled=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[sensu] | ||
name=sensu-main | ||
baseurl=http://repos.sensuapp.org/yum/el/$releasever/$basearch/ | ||
baseurl=http://repositories.sensuapp.org/yum/$basearch/ | ||
gpgcheck=0 | ||
enabled=1 |