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

  include nodo::storage

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

}