Skip to content

Commit

Permalink
Merge pull request #853 from yeoldegrove/fix_grains_sles15sp4
Browse files Browse the repository at this point in the history
make sure cloud_provider grain is set on SLES 15 SP4 (salt-3004)
  • Loading branch information
yeoldegrove authored May 24, 2022
2 parents 4308b19 + 8cbed10 commit 4eb47cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salt/cluster_node/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ include:
- cluster_node.aws_add_credentials
- cluster_node.aws_data_provider
{%- endif %}
# make sure cloud_provider grains is set in this salt run (to be available in provisioning run)
# currently we have possible race condition here https://github.com/saltstack/salt/issues/54331 with salt >=3003
# SLES 15 SP4 uses salt-3004
- cluster.cloud_detection

0 comments on commit 4eb47cc

Please sign in to comment.