Skip to content

Commit

Permalink
Do not use node#override
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 17, 2015
1 parent 1e2ede8 commit 60c46c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
case node['owncloud']['config']['dbtype']
when 'sqlite'
# With SQLite the table prefix must be oc_
node.override['owncloud']['config']['dbtableprefix'] = 'oc_'
node.default['owncloud']['config']['dbtableprefix'] = 'oc_'
when 'mysql'
if node['owncloud']['config']['dbport'].nil?
node.default['owncloud']['config']['dbport'] = '3306'
Expand Down

0 comments on commit 60c46c1

Please sign in to comment.