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