Sha256: 76765e6dc4929c9ebcbe813f45e3b8ad04af57266e9010b3e524d626b541b4c3

Contents?: true

Size: 963 Bytes

Versions: 4

Compression:

Stored size: 963 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 = "<%= copyright_holder %>"

# 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 = "ops@example.com"

# License for new Cookbooks
# Can be :apachev2 or :none
NEW_COOKBOOK_LICENSE = :<%= license %>

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

4 entries across 4 versions & 1 rubygems

Version Path
chef-dk-0.4.0 lib/chef-dk/skeletons/code_generator/templates/default/repo/config/rake.rb.erb
chef-dk-0.3.5 lib/chef-dk/skeletons/code_generator/templates/default/repo/config/rake.rb.erb
chef-dk-0.3.0 lib/chef-dk/skeletons/code_generator/templates/default/repo/config/rake.rb.erb
chef-dk-0.2.1 lib/chef-dk/skeletons/code_generator/templates/default/repo/config/rake.rb.erb