Skip to content

Commit 430b344

Browse files
author
Sean OMeara
committed
FIX - Assign to runit_attrs rather than compare
1 parent 76413dd commit 430b344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ platforms:
5656
- name: ubuntu-1204
5757
driver_plugin: digitalocean
5858
driver_config:
59-
image_id: 284203
59+
image_id: 1505447
6060
flavor_id: 63
6161
region_id: 1
6262
ssh_key_ids: <%= ENV['DIGITAL_OCEAN_SSH_KEY_IDS'] %>

libraries/resource_runit_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def runit_attributes_from_node(run_context)
240240
if run_context && run_context.node
241241
runit_attr = run_context.node[:runit]
242242
else
243-
runit_attr == {}
243+
runit_attr = {}
244244
end
245245
end
246246
end

0 commit comments

Comments
 (0)