Sha256: 5f063ad6e53982c60ea6805dc36d22a8a60a640edc4bd1fd43e3715cd1aca510
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 Bytes
Contents
# Package session # This cookbookfile is for the source list and are putting here by hard code # in some point in the future it should be replaced for a better treatement # <% for @cb in @sources_list %> cookbook_file '<%= @cb.path %>' do owner '<%= @cb.owner %>' group '<%= @cb.group %>' mode '<%= @cb.mode %>' end <% end %> <% for @package in @packages %> package '<%= @package.name %>' do version '<%= @package.version %>' action :install end <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems