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

  include nodo::web

  # encrypted data remote backup
  #backup::rdiff { "other-host":
  #  port   => "10102",
  #}

}