Skip to content

Instantly share code, notes, and snippets.

@dzinevich
Created March 29, 2011 08:20
Show Gist options
  • Save dzinevich/891988 to your computer and use it in GitHub Desktop.
Save dzinevich/891988 to your computer and use it in GitHub Desktop.
db role problem
- !ruby/object:Rubber::Configuration::RoleItem
name: "[db"
options:
primary: true]
- !ruby/object:Rubber::Configuration::RoleItem
name: memcached
options: {}
@dp2
Copy link

dp2 commented Mar 29, 2011

config/rubber/rubber-mysql.yml

I removed the quotes from "[db:primary=true]"

Tim said without the quotes there was a 'bug'. I don't know if what he tried to fix, but maybe there was a bug in rubber somewhere in the transition to our current version of rubber.

@dp2
Copy link

dp2 commented Mar 29, 2011

The change isn't on master, but on new_category_import... I may move it to master after this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment