Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #235 from hypriot/add-instance-id
Browse files Browse the repository at this point in the history
Add instance-id to meta-data
  • Loading branch information
StefanScherer authored Mar 29, 2018
2 parents fa2c876 + af40e6c commit 6204892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions builder/files/boot/meta-data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
instance-id: pirate001
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

describe file('/boot/meta-data') do
it { should be_file }
its(:content) { should match /instance-id: / }
end

describe file('/var/lib/cloud/scripts/per-once/regenerate-machine-id') do
Expand Down

0 comments on commit 6204892

Please sign in to comment.