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_refresh_rmc_and_interface.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_refresh_rmc_and_interface.py')
-rw-r--r-- | cloudinit/config/cc_refresh_rmc_and_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_refresh_rmc_and_interface.py b/cloudinit/config/cc_refresh_rmc_and_interface.py index 146758ad..d5e0ecb2 100644 --- a/cloudinit/config/cc_refresh_rmc_and_interface.py +++ b/cloudinit/config/cc_refresh_rmc_and_interface.py @@ -28,7 +28,7 @@ This module handles **Internal name:** ``cc_refresh_rmc_and_interface`` -**Module frequency:** per always +**Module frequency:** always **Supported distros:** RHEL |