PEP8 ftw
This commit is contained in:
parent
224b082c47
commit
97e41cc153
1 changed files with 34 additions and 31 deletions
|
@ -84,7 +84,8 @@ for host in RsyncHosts:
|
|||
_ = RsyncPeriods.setdefault(host, [4.97, 30.97])
|
||||
|
||||
# RsyncHostsToBackup : dictionnaire d'hôtes de la forme
|
||||
# { "hote" : {
|
||||
# {
|
||||
# "hote" : {
|
||||
# 'nomdepartochecool' : 'emplacement de partoche cool',
|
||||
# }
|
||||
# }
|
||||
|
@ -142,9 +143,11 @@ RsyncHostsToExclude = collections.defaultdict(list)
|
|||
RsyncHostsToExclude["asterisk"] = [
|
||||
"var",
|
||||
]
|
||||
|
||||
RsyncHostsToExclude["dhcp"] = [
|
||||
"var",
|
||||
]
|
||||
|
||||
RsyncHostsToExclude["ytrap-llatsni"] = [
|
||||
"var",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue