Created
May 9, 2013 22:56
-
-
Save hatchetation/5551229 to your computer and use it in GitHub Desktop.
dashes in chef mysql::server cookbook attribute names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat server.rb | cut -f 1 -d '=' | grep - | |
| # Copyright 2008-2009, Opscode, Inc. | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| default['mysql']['auto-increment-increment'] | |
| default['mysql']['auto-increment-offset'] | |
| default['mysql']['tunable']['character-set-server'] | |
| default['mysql']['tunable']['collation-server'] | |
| default['mysql']['tunable']['open-files-limit'] | |
| default['mysql']['tunable']['open-files'] | |
| default['mysql']['tunable']['skip-character-set-client-handshake'] | |
| default['mysql']['tunable']['skip-name-resolve'] | |
| default['mysql']['tunable']['skip-innodb-doublewrite'] | |
| default['mysql']['tunable']['transaction-isolation'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment