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