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

  include nodo::test

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

}