From 01b2048dbf02ac726dabde5e846b9d6ac9aff0e6 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 11 Mar 2011 14:53:39 -0300 Subject: initial recommit --- templates/puppet/web.pp.erb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/puppet/web.pp.erb (limited to 'templates/puppet/web.pp.erb') diff --git a/templates/puppet/web.pp.erb b/templates/puppet/web.pp.erb new file mode 100644 index 0000000..098ec9c --- /dev/null +++ b/templates/puppet/web.pp.erb @@ -0,0 +1,19 @@ +node '<%= hostname %>-web.<%= domain %>' { + #$mail_delivery = 'tunnel' + #$mail_hostname = 'mail' + #$mail_ssh_port = '2202' + + include nodo::web + + # encrypted local backups + #backup::duplicity { "localhost": + # encryptkey => "ABCDEF12", + # password => 'xxxyyy', + #} + + # encrypted data remote backup + #backup::rdiff { "other-host": + # port => "10102", + #} + +} -- cgit v1.2.3