configuration-management
Here are 1,330 public repositories matching this topic...
Description
the docs at https://docs.saltproject.io/en/latest/topics/spm/master.html#update-file-roots show file_roots with numbered lines instead of the list indicator.
file_roots:
base:
1. /srv/salt
2. /srv/spm/salt
Suggested Fix
That should be
file_roots:
base:
- /srv/salt
- /srv/spm/salt
Type of documentation
Salt docum
-
Updated
Mar 4, 2022 - Java
-
Updated
Feb 20, 2022 - Python
Would be great to add a simple test for this commit and also to double check that the test fails if that commit is reverted.
Commit: purpleidea/mgmt@bf7e454
Thanks to @frebib for the nice patch!
-
Updated
Mar 3, 2022 - Rust
-
Updated
Mar 1, 2022 - Python
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Feb 13, 2022 - Ruby
-
Updated
Jul 5, 2021 - C++
-
Updated
Feb 23, 2022 - Python
-
Updated
Feb 18, 2022 - Java
-
Updated
Mar 4, 2022 - Python
-
Updated
Mar 5, 2022 - Python
-
Updated
Mar 2, 2022 - Rust
-
Updated
Dec 16, 2021 - C
We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.
We should improve this by:
- Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle
Similar to the Email validator.
-
Updated
Dec 15, 2020 - Python
-
Updated
Feb 13, 2022 - Go
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Feb 25, 2022 - C#
-
Updated
Oct 1, 2021 - C#
-
Updated
Feb 5, 2019 - Python
-
Updated
Mar 5, 2022 - Shell
-
Updated
Jan 28, 2022 - Python
-
Updated
Mar 3, 2022 - Ruby
-
Updated
Jan 21, 2022 - Java
-
Updated
Mar 4, 2022 - Java
Improve this page
Add a description, image, and links to the configuration-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration-management topic, visit your repo's landing page and select "manage topics."
The code coverage https://codecov.io/github/ctripcorp/apollo seems to be less than 60%.
It would be great if it can be brought up around 80-90%.