We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76413dd commit 430b344Copy full SHA for 430b344
.kitchen.yml
@@ -56,7 +56,7 @@ platforms:
56
- name: ubuntu-1204
57
driver_plugin: digitalocean
58
driver_config:
59
- image_id: 284203
+ image_id: 1505447
60
flavor_id: 63
61
region_id: 1
62
ssh_key_ids: <%= ENV['DIGITAL_OCEAN_SSH_KEY_IDS'] %>
libraries/resource_runit_service.rb
@@ -240,7 +240,7 @@ def runit_attributes_from_node(run_context)
240
if run_context && run_context.node
241
runit_attr = run_context.node[:runit]
242
else
243
- runit_attr == {}
+ runit_attr = {}
244
end
245
246
0 commit comments