[backuppc] Config avec les nouveaux homes.

This commit is contained in:
Pierre-Elliott Bécue 2014-08-24 18:15:53 +02:00
parent 59d40e7986
commit 7d09c5fb03
2 changed files with 23 additions and 8 deletions

View file

@ -70,5 +70,5 @@ def backuppc_hosts(comment, hostslist):
@#larson 1 bill # <--- example DHCP host entry
@
backuppc_hosts("Backups des homes", HomeHosts)
backuppc_hosts("Backups des homes", ["home-%s" % (homeName,) for homeName in HomeHosts])
backuppc_hosts("Backups des serveurs", RsyncHosts)