summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_write_files.py
AgeCommit message (Expand)Author
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