cloud-management
Here are 76 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 21, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Jan 15, 2022 - Python
Coming from: aws ec2 describe-reserved-instances
A gui for ssh-copy-id maybe?
and as the tittle says, support for ed25519 keys, maybe a dropdown menu that lets you choose the ehh... cipher is it? for generating a new one. Or at least the ability to connect using them.
-
Updated
Mar 20, 2022 - Python
-
Updated
Mar 17, 2022 - Go
-
Updated
Aug 22, 2020
-
Updated
Mar 9, 2022 - Python
-
Updated
Nov 13, 2019 - Java
-
Updated
May 15, 2018 - Shell
-
Updated
Mar 18, 2022
-
Updated
Oct 12, 2021
-
Updated
Jul 13, 2018 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Jun 26, 2019 - Python
-
Updated
Feb 12, 2018 - Python
-
Updated
Mar 22, 2022 - Shell
-
Updated
Oct 21, 2021 - Python
-
Updated
Jun 14, 2021 - Go
-
Updated
Jan 28, 2022 - HCL
-
Updated
May 7, 2021 - Python
-
Updated
Feb 4, 2021 - Python
-
Updated
Sep 6, 2017 - Shell
Improve this page
Add a description, image, and links to the cloud-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-management topic, visit your repo's landing page and select "manage topics."
Our documentation says that
cidrnetmask()only works with IPv4. But a user tried using it withcan(cidrnetmask())and found out that it doesn't actually error with IPv6. For either IPv4 or IPv6, it returns a netmask.It is technically invalid to create a netmask for IPv6, so we should correct the behavior of this function to retur