diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:34:08 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:34:08 -0300 |
| commit | 7954b5ce0c72c03493c3bff98f3c6ea9f1d665d0 (patch) | |
| tree | 8cd7fb03c6023af86f05b0ae19d5022d7dc53991 /templates/puppet/server.pp.erb | |
| parent | 724c2a62eeb5beac50e5d4837e9b4f1c28f7bd14 (diff) | |
| download | puppet-bootstrap-7954b5ce0c72c03493c3bff98f3c6ea9f1d665d0.tar.gz puppet-bootstrap-7954b5ce0c72c03493c3bff98f3c6ea9f1d665d0.tar.bz2 | |
Cleaning node templates, storage and test nodes on Vagrant, TODO update
Diffstat (limited to 'templates/puppet/server.pp.erb')
| -rw-r--r-- | templates/puppet/server.pp.erb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/puppet/server.pp.erb b/templates/puppet/server.pp.erb index 9aec40a..fcd21e0 100644 --- a/templates/puppet/server.pp.erb +++ b/templates/puppet/server.pp.erb @@ -34,15 +34,8 @@ node '<%= hostname %>.<%= domain %>' { # memory_limit => 500, #} - # encrypted local backups - #backup::duplicity { "localhost": - # encryptkey => "ABCDEF12", - # password => 'xxxyyy', - #} - # encrypted data remote backup #backup::rdiff { "other-host": # port => "10105", #} - } |
