Skip to content

Commit

Permalink
Yeah...that was needed.. whoops!
Browse files Browse the repository at this point in the history
Adding back the default['bareos']['storage']['sd_mon_enable'] = 'yes' line I removed in my last few commits
  • Loading branch information
GitBytes committed May 14, 2016
1 parent 4c312f7 commit 01a2b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
default['bareos']['storage']['sd_port'] = 9103
default['bareos']['storage']['servers'] = %w(node)
default['bareos']['storage']['max_concurrent_jobs'] = 20
default['bareos']['storage']['sd_mon_enable'] = 'yes'
default['bareos']['storage']['autochanger_enabled'] = false
default['bareos']['storage']['conf']['help']['Example Block'] = '# You can put extra configs here.'

Expand Down

0 comments on commit 01a2b54

Please sign in to comment.