Skip to content

Commit

Permalink
Reformat YAML files
Browse files Browse the repository at this point in the history
- add starting dashes
- use lowercase booleans

Signed-off-by: Georg Pfuetzenreuter <[email protected]>
  • Loading branch information
tacerus committed May 17, 2023
1 parent e5fc8d3 commit 68dabcf
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions grains-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt state for managing grains
license:
Expand Down
1 change: 1 addition & 0 deletions infrastructure-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt states specific to the openSUSE/SUSE infrastructures
description:
Expand Down
3 changes: 2 additions & 1 deletion infrastructure-formula/pillar.example.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
infrastructure:
domains:
example.com:
clusters:
examplecluster:
external: False
external: false
primary: examplenode1
netapp:
host: 192.0.2.1:8080
Expand Down
1 change: 1 addition & 0 deletions libvirt-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt states for managing libvirt
description:
Expand Down
1 change: 1 addition & 0 deletions lunmap-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt states for managing lunmap
description:
Expand Down
1 change: 1 addition & 0 deletions orchestra-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt orchestration helper states
description:
Expand Down
1 change: 1 addition & 0 deletions os_update-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
summary:
Salt states for managing os-update
1 change: 1 addition & 0 deletions rebootmgr-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
summary:
Salt states for managing rebootmgr
1 change: 1 addition & 0 deletions suse_ha-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt states for managing SLE HA clusters
description:
Expand Down
1 change: 1 addition & 0 deletions zypper-formula/metadata/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
summary:
Salt states for managing zypper
description:
Expand Down

0 comments on commit 68dabcf

Please sign in to comment.