Sha256: 7c7518e344db886893484e5b6c08d7b4627e5ae21fa8e2d04c2cb6902f2574ab

Contents?: true

Size: 915 Bytes

Versions: 13

Compression:

Stored size: 915 Bytes

Contents

<% if name == 'default' %>
# User for <%= cookbook_name %> directories, files, and services
default['<%= cookbook_name %>']['user'] = '<%= cookbook_name %>'

# Directory to install the <%= cookbook_name %> source
default['<%= cookbook_name %>']['home'] = '/opt/<%= cookbook_name %>'

# Directory to store the <%= cookbook_name %> logs
default['<%= cookbook_name %>']['logs'] = '/var/log/<%= cookbook_name %>'

# Directory to store the <%= cookbook_name %> data
default['<%= cookbook_name %>']['data'] = '/var/data/<%= cookbook_name %>'

# Version of <%= cookbook_name %> to install
default['<%= cookbook_name %>']['version'] = '1.0.0'

# Full URL (%pattern-sensitive) for <%= cookbook_name %> releases
default['<%= cookbook_name %>']['url'] = \
  'http://example.com/<%= cookbook_name %>%{version}.tar.gz'

# SHA-256 checksum for the bundled release
default['<%= cookbook_name %>']['checksum'] = \
  '...'
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bourdain-1.3.2 templates/cookbook/attributes/example.rb
bourdain-1.3.1 templates/cookbook/attributes/example.rb
bourdain-1.3.0 templates/cookbook/attributes/example.rb
bourdain-1.2.22 templates/cookbook/attributes/example.rb
bourdain-1.2.21 templates/cookbook/attributes/example.rb
bourdain-1.2.20 templates/cookbook/attributes/example.rb
bourdain-1.2.19 templates/cookbook/attributes/example.rb
bourdain-1.2.18 templates/cookbook/attributes/example.rb
bourdain-1.2.17 templates/cookbook/attributes/example.rb
bourdain-1.2.16 templates/cookbook/attributes/example.rb
bourdain-1.2.15 templates/cookbook/attributes/example.rb
bourdain-1.2.14 templates/cookbook/attributes/example.rb
bourdain-1.2.13 templates/cookbook/attributes/example.rb