Sha256: 4a27863d1fbef49e7d8d3a543ce571bc8a9e86e032a7b444841609f8c6814c43
Contents?: true
Size: 1016 Bytes
Versions: 9
Compression:
Stored size: 1016 Bytes
Contents
<%- if name == 'default' -%> <%- attribute_ns = cookbook_name.gsub(/^(bjn|app|base|fork|realm)_/, '') -%> # # User for <%= attribute_ns %> directories, files, and services # default['<%= attribute_ns %>']['user'] = '<%= attribute_ns %>' # # # Directory to install the <%= attribute_ns %> source # default['<%= attribute_ns %>']['home'] = '/opt/<%= attribute_ns %>' # # # Directory to store the <%= attribute_ns %> logs # default['<%= attribute_ns %>']['logs'] = '/var/log/<%= attribute_ns %>' # # # Directory to store the <%= attribute_ns %> data # default['<%= attribute_ns %>']['data'] = '/var/data/<%= attribute_ns %>' # # # Version of <%= attribute_ns %> to install # default['<%= attribute_ns %>']['version'] = '1.0.0' # # # Full URL (%pattern-sensitive) for <%= attribute_ns %> releases # default['<%= attribute_ns %>']['url'] = \ # 'http://example.com/<%= attribute_ns %>%{version}.tar.gz' # # # SHA-256 checksum for the bundled release # default['<%= attribute_ns %>']['checksum'] = \ # '...' <%- end -%>
Version data entries
9 entries across 9 versions & 1 rubygems