summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/vendordata.rst
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 /doc/rtd/topics/vendordata.rst
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 'doc/rtd/topics/vendordata.rst')
-rw-r--r--doc/rtd/topics/vendordata.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/vendordata.rst b/doc/rtd/topics/vendordata.rst
index cdb552d0..87a899b3 100644
--- a/doc/rtd/topics/vendordata.rst
+++ b/doc/rtd/topics/vendordata.rst
@@ -47,8 +47,8 @@ way as user-data.
The only differences are:
- * user-scripts are stored in a different location than user-scripts (to
- avoid namespace collision)
+ * vendor-data-defined scripts are stored in a different location than
+ user-data-defined scripts (to avoid namespace collision)
* user can disable part handlers by cloud-config settings.
For example, to disable handling of 'part-handlers' in vendor-data,
the user could provide user-data like this: