diff options
author | Chad Smith <chad.smith@canonical.com> | 2018-07-09 15:34:51 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-07-09 15:34:51 -0600 |
commit | 92002fb7a2f41314d6aba74646644e5fdd5c39a0 (patch) | |
tree | 05a6aedccd30b88a80d8f8f1187b75c9bb6444c6 /cloudinit/config/cc_runcmd.py | |
parent | bea500a37d64ef62ecd7edb8c6cb4634336ad60c (diff) | |
parent | 2e62cb8a6406309cbeb5f8d2aa00fb30e72e1cfc (diff) | |
download | vyos-cloud-init-92002fb7a2f41314d6aba74646644e5fdd5c39a0.tar.gz vyos-cloud-init-92002fb7a2f41314d6aba74646644e5fdd5c39a0.zip |
merge from master at 18.3-9-g2e62cb8a
Diffstat (limited to 'cloudinit/config/cc_runcmd.py')
-rw-r--r-- | cloudinit/config/cc_runcmd.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cloudinit/config/cc_runcmd.py b/cloudinit/config/cc_runcmd.py index b6f6c807..1f75d6c5 100644 --- a/cloudinit/config/cc_runcmd.py +++ b/cloudinit/config/cc_runcmd.py @@ -42,6 +42,11 @@ schema = { all commands must be proper yaml, so you have to quote any characters yaml would eat (':' can be problematic) + + .. note:: + + when writing files, do not use /tmp dir as it races with + systemd-tmpfiles-clean LP: #1707222. Use /run/somedir instead. """), 'distros': distros, 'examples': [dedent("""\ |