aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-26 12:10:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-27 10:31:18 -0700
commit487a47339064878474727ea5b80bd4a185a053b8 (patch)
tree2897fbe88ad328ac155d8a248766f9dd5a1cbcda /src/property
parent5f6d809581b65fce36c71aa99aebebbaa5ca4c20 (diff)
downloadconsfigurator-487a47339064878474727ea5b80bd4a185a053b8.tar.gz
FILE:{HOST-,}SECRET-UPLOADED: don't create missing intermediate dirs
As we are uploading secrets, perhaps some of those directories need to be created with permissions other than 0755, so as a safety measure, leave it to the caller to create them. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/file.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 2c5e69f..e6fcf84 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -155,7 +155,6 @@ any of the regular expressions PATTERNS."
(declare (ignore destination))
(require-data iden1 iden2))
(:apply
- (containing-directory-exists destination)
(maybe-writefile-data destination iden1 iden2 :mode #o600)))
(defproplist host-secret-uploaded :posix