Ubuntu Pastebin

Paste from csmith at Sat, 16 Sep 2017 02:23:03 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/cloudinit/temp_utils.py b/cloudinit/temp_utils.py
index 0355f19..a8bd301 100644
--- a/cloudinit/temp_utils.py
+++ b/cloudinit/temp_utils.py
@@ -7,7 +7,7 @@ import shutil
 import tempfile
 
 _TMPDIR = None
-_ROOT_TMPDIR = "/run/cloud-init/tmp"
+_ROOT_TMPDIR = "/var/tmp/cloud-init"
 
 
 def _tempfile_dir_arg(odir=None):
Download as text