summaryrefslogtreecommitdiff
path: root/cloudinit/config
diff options
context:
space:
mode:
authorRyan Harper <ryan.harper@canonical.com>2021-04-14 14:35:32 -0500
committerGitHub <noreply@github.com>2021-04-14 14:35:32 -0500
commitcc16c9224681c9a60c2be5c52cff45aa17a8c010 (patch)
tree35d273537b569584f107c7397fd48bdd8d08cd28 /cloudinit/config
parent9f9e154ff54cc37e7d0831c431a9d1279832fc69 (diff)
downloadvyos-cloud-init-cc16c9224681c9a60c2be5c52cff45aa17a8c010.tar.gz
vyos-cloud-init-cc16c9224681c9a60c2be5c52cff45aa17a8c010.zip
doc: Replace remaining references to user-scripts as a config module (#866)
git-grep showed a few more locations where we refer to a "user-scripts" config module which is really cc_scripts_user module. Replace these references with slightly different language so as not to confuse future me when looking for "user-scripts" vs. "scripts-user"
Diffstat (limited to 'cloudinit/config')
-rw-r--r--cloudinit/config/cc_rightscale_userdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_rightscale_userdata.py b/cloudinit/config/cc_rightscale_userdata.py
index a5aca038..c75dc57d 100644
--- a/cloudinit/config/cc_rightscale_userdata.py
+++ b/cloudinit/config/cc_rightscale_userdata.py
@@ -44,7 +44,7 @@ user scripts configuration directory, to be run later by ``cc_scripts_user``.
# - read the blob of data from raw user data, and parse it as key/value
# - for each key that is found, download the content to
# the local instance/scripts directory and set them executable.
-# - the files in that directory will be run by the user-scripts module
+# - the files in that directory will be run by the scripts-user module
# Therefore, this must run before that.
#
#