Sha256: b8e28d9a5dc04c0eaa2bd678d720800a666f6cf7c18c4770143d69a599151fc7

Contents?: true

Size: 1.65 KB

Versions: 20

Compression:

Stored size: 1.65 KB

Contents

###
# Company and SSL Details
###

# The company name - used for SSL certificates, and in srvious other places
COMPANY_NAME = "AT&T Interactive"

# The Country Name to use for SSL Certificates
SSL_COUNTRY_NAME = "US"

# The State Name to use for SSL Certificates
SSL_STATE_NAME = "CA"

# The Locality Name for SSL - typically, the city
SSL_LOCALITY_NAME = "Glendale"

# What department?
SSL_ORGANIZATIONAL_UNIT_NAME = "Applied Research"

# The SSL contact email address
SSL_EMAIL_ADDRESS = "cloudcomputing@attinteractive.com"

# License for new Cookbooks
# Can be :apachev2 or :none
NEW_COOKBOOK_LICENSE = :apachev2

##########################
# Chef Repository Layout #
##########################

# Where to install upstream cookbooks for serving
COOKBOOK_PATH = "/srv/chef/cookbooks"

# Where to install site-local modifications to upstream cookbooks
SITE_COOKBOOK_PATH = "/srv/chef/site-cookbooks"

# Where to install roles
ROLE_PATH = "/srv/chef/roles"

# Chef Config Path
CHEF_CONFIG_PATH = "/etc/chef"

# The location of the Chef Server Config file (on the server)
CHEF_SERVER_CONFIG = File.join(CHEF_CONFIG_PATH, "server.rb")

# The location of the Chef Client Config file (on the client)
CHEF_CLIENT_CONFIG = File.join(CHEF_CONFIG_PATH, "client.rb")

###
# Useful Extras (which you probably don't need to change)
###

# The top of the repository checkout
TOPDIR = File.expand_path(File.join(File.dirname(__FILE__), ".."))

# Where to store certificates generated with ssl_cert
CADIR = File.expand_path(File.join(TOPDIR, "certificates"))

# Where to store the mtime cache for the recipe/template syntax check
TEST_CACHE = File.expand_path(File.join(TOPDIR, ".rake_test_cache"))

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.8 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.7 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.6 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.5 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.4 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.3 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.2 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.1 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.6.0 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.5.0 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.8 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.7 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.6 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.5 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.4 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.3 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.2 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.1 examples/chef_cloud/chef_repo/config/rake.rb
poolparty-1.4.0 examples/chef_cloud/chef-repo/config/rake.rb