Sha256: 915203715500e4d0fa9bb27c769c08e37e59545c83b92f09b1cf91ae08b6bdc5
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
base = File.expand_path('..', __FILE__) nodes_path File.join(base, 'nodes') role_path File.join(base, 'roles') data_bag_path File.join(base, 'data_bags') encrypted_data_bag_secret File.join(base, 'data_bag_key') cookbook_path [] <% cookbook_paths.each_with_index do |path, i| -%> cookbook_path << File.join(base, 'cookbooks-<%= i+1 %>') # <%= path %> <% end -%> <% proxy_settings.each_pair do |k, v| -%> <%= k %> "<%= v %>" <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knife-solo-0.3.0 | lib/knife-solo/resources/solo.rb.erb |
knife-solo-0.3.0.pre5 | lib/knife-solo/resources/solo.rb.erb |