Sha256: 0b6f83fa5dc331f0e537cf126ff53595b4521e32117d19edc210b7891bc6b71d

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

# Policyfile.rb - Describe how you want Chef to build your system.
#
# For more information on the Policyfile feature, visit
# https://docs.chef.io/policyfile.html

# A name that describes what the system you're building with Chef does.
name 'base'

# Where to find external cookbooks:
default_source :supermarket

# Refer to https://docs.chef.io/config_rb_policyfile.html
# For exhaustive options.
#
# Use an internal SuperMarket
# default_source :supermarket, 'https://supermarket.mydomain.com' do
#   Chef::Config.ssl_verify_mode = :verify_none
# end
#
# Specify your chef repo as the preferred source for the Apache cookbook. 
# default_source :chef_repo, '../' do |s|
#   s.preferred_for 'ntp'
# end

# Your Run List
# run_list [
#   "<%= cookbook_name %>::default"
# ]

run_list [ ]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
galvanize-0.1.2 lib/chef-dk/skeletons/code_generator/templates/default/policyfiles/base.rb.erb