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_scripts_per_boot.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_scripts_per_boot.py')
-rw-r--r-- | cloudinit/config/cc_scripts_per_boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_scripts_per_boot.py b/cloudinit/config/cc_scripts_per_boot.py index 1e3f419e..1bf3f508 100644 --- a/cloudinit/config/cc_scripts_per_boot.py +++ b/cloudinit/config/cc_scripts_per_boot.py @@ -17,7 +17,7 @@ module does not accept any config keys. **Internal name:** ``cc_scripts_per_boot`` -**Module frequency:** per always +**Module frequency:** always **Supported distros:** all """ |