-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow overriding a different upstream server for packages * Enable APT pinning. Align variables to Mesos role. * Preserve compatibility with people still using 'marathon=' in the variables * fix mesosphere repos host * yum_repo using https (as in the ansible-mesos role) * proper conditional check handling all possible cases (incl var not defined and --extra-vars pin_priority=false) * marathon_apt_pin_priority (debian/ubuntu specific) in the README
- Loading branch information
1 parent
8d6e6fe
commit bd2b573
Showing
4 changed files
with
21 additions
and
4 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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Package: marathon | ||
Pin: version {{ marathon_package_full_version }} | ||
Pin-Priority: {{ marathon_apt_pin_priority }} |