blob: 0440ee49dccffbe971e679e12f2e18d67859bea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
node '<%= hostname %>-test.<%= domain %>' {
#$mail_delivery = 'tunnel'
#$mail_hostname = 'mail'
#$mail_ssh_port = '2202'
include nodo::test
# encrypted local backups
#backup::duplicity { "localhost":
# encryptkey => "ABCDEF12",
# password => 'xxxyyy',
#}
# encrypted data remote backup
#backup::rdiff { "other-host":
# port => "10102",
#}
}
|