Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created June 22, 2012 14:48
Show Gist options
  • Save ottomata/2973201 to your computer and use it in GitHub Desktop.
Save ottomata/2973201 to your computer and use it in GitHub Desktop.
class { "generic::mysql::server":
datadir => $::mysql_datadir ? {
false => "/mnt/mysql",
default => $::mysql_datadir,
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment