Use /var/tmp not /tmp as it seems more conventional for big files.
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Sep 2015 08:59:39 +0000 (09:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Sep 2015 08:59:39 +0000 (09:59 +0100)
cdist

diff --git a/cdist b/cdist
index df61fbdef0bbfbbc795ef9c4361c21247dec01ce..a4cbd8ee03b65ccd763496a5b5244ba9d09f94e8 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -28,7 +28,7 @@ import re
 import copy
 import inspect
 
-TEMPORARY_DIRECTORY = '/tmp'
+TEMPORARY_DIRECTORY = '/var/tmp'
 
 class Error(Exception):
     def __init__(self, value):