This file contains hidden or 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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| from __future__ import print_function | |
| """ | |
| Script to overcomme a problem with rdp cluster with broker. | |
| In this case the account/password is asked twice. | |
| The .netrc file is parsed in a way to allow multiple account for |
This file contains hidden or 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
| diff -Naur keepalived-1.2.0.orig/CHANGELOG.md keepalived-1.2.0/CHANGELOG.md | |
| --- keepalived-1.2.0.orig/CHANGELOG.md 2014-02-25 20:24:15.000000000 +0100 | |
| +++ keepalived-1.2.0/CHANGELOG.md 2014-10-23 11:25:08.826944000 +0200 | |
| @@ -2,6 +2,10 @@ | |
| ============================= | |
| This file is used to list changes made in each version of the keepalived cookbook. | |
| +v1.2.1 (2014-10-22) Ph. Poilbarbe CLS | |
| +------------------------------------- | |
| +- notify* keyword added in vrrp instances |