Commit 615676b380d0ec5c5a342ba62faedbb059dce856
1 parent
25074b5d
Exists in
r5_design
and in
1 other branch
remove dead comments
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
cookbooks/backup/recipes/default.rb
... | ... | @@ -7,15 +7,6 @@ cookbook_file '/etc/rsnapshot.conf' do |
7 | 7 | mode 0644 |
8 | 8 | end |
9 | 9 | |
10 | -#case node.name | |
11 | -#when "social" | |
12 | -# cookbook_file '/usr/local/bin/backup_noosfero.sh' do | |
13 | -# owner 'root' | |
14 | -# group 'root' | |
15 | -# mode 0755 | |
16 | -# end | |
17 | -#end | |
18 | - | |
19 | 10 | cookbook_file '/usr/local/bin/backup_spb.sh' do |
20 | 11 | owner 'root' |
21 | 12 | group 'root' | ... | ... |