summaryrefslogtreecommitdiff
path: root/puppet/templates/puppet/storage.pp.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/templates/puppet/storage.pp.erb')
-rw-r--r--puppet/templates/puppet/storage.pp.erb13
1 files changed, 0 insertions, 13 deletions
diff --git a/puppet/templates/puppet/storage.pp.erb b/puppet/templates/puppet/storage.pp.erb
deleted file mode 100644
index be93335..0000000
--- a/puppet/templates/puppet/storage.pp.erb
+++ /dev/null
@@ -1,13 +0,0 @@
-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",
- #}
-
-}