blob: 5865723b1efd2596a5977a7e1e5c4eb20a024f1a (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | node '<%= hostname %>-master.<%= domain %>' {
  $main_master    = true
  include nodo::master
  # encrypted data remote backup
  #backup::rdiff { "other-host":
  #  port   => "10102",
  #}
}
 |