aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet/master.pp.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/puppet/master.pp.erb')
-rw-r--r--templates/puppet/master.pp.erb16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/puppet/master.pp.erb b/templates/puppet/master.pp.erb
new file mode 100644
index 0000000..3f7b4d9
--- /dev/null
+++ b/templates/puppet/master.pp.erb
@@ -0,0 +1,16 @@
+node '<%= hostname %>-master.<%= domain %>' {
+ $main_master = true
+ include nodo::master
+
+ # encrypted local backups
+ #backup::duplicity { "localhost":
+ # encryptkey => "ABCDEF12",
+ # password => 'xxxyyy',
+ #}
+
+ # encrypted data remote backup
+ #backup::rdiff { "other-host":
+ # port => "10102",
+ #}
+
+}