index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_write_files.py
Age
Commit message (
Expand
)
Author
2022-02-14
use PEP 589 syntax for TypeDict (#1253)
Brett Holman
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-12-06
Add Strict Metaschema Validation (#1101)
Brett Holman
2021-10-25
Add module 'write-files-deferred' executed in stage 'final' (#916)
Lucendio
2020-05-13
Add schema to apt configure config (#357)
lucasmoura
2020-04-28
Add docs about creating parent folders (#330)
Adrian Wilkins
2020-04-24
schema: add json schema for write_files module (#152)
Chad Smith
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
2018-12-06
write_files: add support for appending to files.
James Baxter
2018-07-09
docs: note in rtd about avoiding /tmp when writing files
Chad Smith
2018-06-28
docs: Fix a small spelling error.
Oz N Tiram
2017-07-11
write_files: Remove log from helper function signatures.
Andrew Jorgensen
2017-06-15
write_file(s): Print permissions as octal, not decimal
Andrew Jorgensen
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-06-21
write_files: if no permissions are given, just use default without warn.
Scott Moser
2016-04-05
write_files: fix decompression of content
Scott Moser
2015-01-26
More Python 3 test fixes.
Barry Warsaw
2012-08-22
fix pep8 complaints.
Scott Moser
2012-07-11
add write-files module for "injecting" files (LP: #1012854)
Scott Moser
2012-07-11
Update the write files with the new content/compression handling.
Joshua Harlow
2012-07-11
Fix log message after 'write_files' key change.
Joshua Harlow
2012-07-11
Adjust the decoding of the files that are given so that a canonicalize
Joshua Harlow
2012-07-10
Fixes 1012854 by implementing file writing, adjusts
Joshua Harlow