aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet/web.pp.erb
blob: 098ec9c8b68befd1950a0e525df501c16f23f841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
node '<%= hostname %>-web.<%= domain %>' {
  #$mail_delivery          = 'tunnel'
  #$mail_hostname          = 'mail'
  #$mail_ssh_port          = '2202'

  include nodo::web

  # encrypted local backups
  #backup::duplicity { "localhost":
  #  encryptkey => "ABCDEF12",
  #  password   => 'xxxyyy',
  #}
  
  # encrypted data remote backup
  #backup::rdiff { "other-host":
  #  port   => "10102",
  #}

}