Skip to content

Instantly share code, notes, and snippets.

@paul
Created July 2, 2010 21:29
Show Gist options
  • Save paul/461928 to your computer and use it in GitHub Desktop.
Save paul/461928 to your computer and use it in GitHub Desktop.
name "postgresql"
description "SSBE postgres"
run_list "recipe[ssbe_base]", "recipe[postgresql::server]"
default_attributes(
"aws" => {
},
"postgresql" => {
"data_dir" => "/data/postgresql",
"config_dir" => "/etc/postgresql/8.4/sspg",
"ebs" => {
"raid" => false,
"size" => 1
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment