Skip to content

Commit

Permalink
fix: goos var
Browse files Browse the repository at this point in the history
Signed-off-by: sivchari <[email protected]>
  • Loading branch information
sivchari committed Feb 7, 2025
1 parent 56afdd2 commit 24f52f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions images/capi/packer/goss/goss-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ kubernetes_cni_version: &kubernetes_cni_version

package:
# Flatcar uses Ignition instead of cloud-init
{{if ne .Vars.OS "flatcar"}}
cloud-init:
installed: true
{{end}}
ntp:
installed: false
{{if and (eq .Vars.OS "ubuntu") (eq .Vars.PROVIDER "azure")}}
Expand Down
1 change: 1 addition & 0 deletions images/capi/packer/goss/goss-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
common_rpms: &common_rpms
audit:
ca-certificates:
cloud-init:
cloud-utils-growpart:
conntrack-tools:
chrony:
Expand Down

0 comments on commit 24f52f0

Please sign in to comment.