Sha256: 72c1634c55e5999d368ca8826285c8ade19fa77ef39d6fca76a0ea335d248609

Contents?: true

Size: 955 Bytes

Versions: 108

Compression:

Stored size: 955 Bytes

Contents

# Configure the Rakefile's tasks.

###
# Company and SSL Details
# Used with the ssl_cert task.
###

# The company name - used for SSL certificates, and in srvious other places
COMPANY_NAME = "Infochimps, Inc"

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

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

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

# What department?
SSL_ORGANIZATIONAL_UNIT_NAME = "Operations"

# The SSL contact email address
SSL_EMAIL_ADDRESS = "coders@infochimps.com"

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

###
# 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"))

Version data entries

108 entries across 108 versions & 3 rubygems

Version Path
ironfan-5.0.11 tasks/chef_config.rake
ironfan-5.0.10 tasks/chef_config.rake
ironfan-5.0.8 tasks/chef_config.rake
ironfan-5.0.5 tasks/chef_config.rake
ironfan-5.0.4 tasks/chef_config.rake
ironfan-5.0.3 tasks/chef_config.rake
ironfan-5.0.2 tasks/chef_config.rake
ironfan-5.0.1 tasks/chef_config.rake
ironfan-5.0.0 tasks/chef_config.rake
ironfan-4.12.3 tasks/chef_config.rake
ironfan-4.12.2 tasks/chef_config.rake
ironfan-4.12.1 tasks/chef_config.rake
ironfan-4.12.0 tasks/chef_config.rake
ironfan-4.11.5 tasks/chef_config.rake
ironfan-4.11.4 tasks/chef_config.rake
ironfan-4.11.3 tasks/chef_config.rake
ironfan-4.11.2 tasks/chef_config.rake
ironfan-4.11.2.pre3 tasks/chef_config.rake
ironfan-4.11.2.pre2 tasks/chef_config.rake
ironfan-4.11.2.pre tasks/chef_config.rake