Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wall <[email protected]>
  • Loading branch information
joakimk and p-wall committed Dec 2, 2024
1 parent 669a778 commit 995de28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/cloud_inits_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def show
disable_root: true,
ssh_pwauth: false,
ssh_deletekeys: true,
packages: [ "curl" ],
packages: [ "curl", "jq" ],
package_update: true,
package_upgrade: true,
write_files: [
Expand Down

0 comments on commit 995de28

Please sign in to comment.