diff options
author | Nicolas Bock <nicolas.bock@canonical.com> | 2021-09-29 13:42:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 14:42:03 -0500 |
commit | 82d6f5644f3a755e17e7ea22298bdd04e56c5ea0 (patch) | |
tree | d520dc01b18dbd595b56b57ab08c57b273fad60d /cloudinit/config/cc_yum_add_repo.py | |
parent | 2d67c1b9a4f2d2ad6642f253fc3a25331c334894 (diff) | |
download | vyos-cloud-init-82d6f5644f3a755e17e7ea22298bdd04e56c5ea0.tar.gz vyos-cloud-init-82d6f5644f3a755e17e7ea22298bdd04e56c5ea0.zip |
Make wording for module frequency consistent (#1039)
Some modules' frequency are documented as `always` while others as
`per always`. The difference in wording can be confusing. This change
updates all such modules to use `always`.
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
Diffstat (limited to 'cloudinit/config/cc_yum_add_repo.py')
-rw-r--r-- | cloudinit/config/cc_yum_add_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_yum_add_repo.py b/cloudinit/config/cc_yum_add_repo.py index bcca86cb..d66d3ae4 100644 --- a/cloudinit/config/cc_yum_add_repo.py +++ b/cloudinit/config/cc_yum_add_repo.py @@ -16,7 +16,7 @@ entry, the config entry will be skipped. **Internal name:** ``cc_yum_add_repo`` -**Module frequency:** per always +**Module frequency:** always **Supported distros:** almalinux, centos, cloudlinux, eurolinux, fedora, openEuler, photon, rhel, rocky, virtuozzo |