Madalin f09dc6431a write_files: Added option to append the file with given content
If the option is set to true, the code will append the file with given content.

Cloud-config example:
write_files:
  -
    content: "append"
    path: 'C:\\path.txt'
    append: true

Fixes: https://github.com/cloudbase/cloudbase-init/issues/25

Change-Id: Ifd3d21842042dd34f7fde38a992e7fd74c1a595d
2019-12-04 17:12:22 +02:00
2014-02-09 21:41:45 +02:00
2018-09-03 13:11:06 +03:00
2019-04-19 19:51:38 +00:00
2014-10-05 22:20:58 +03:00
2013-10-04 00:07:58 +03:00
2015-10-19 01:17:26 +03:00
2018-09-05 20:42:10 +03:00
2019-07-12 08:46:35 +02:00
2017-05-23 13:45:54 +03:00
2019-11-15 19:06:09 +02:00
Description
Cross-platform instance initialization
Readme 8.4 MiB
Languages
Python 100%