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
..
2018-09-05 20:41:59 +03:00
2012-12-01 23:50:15 +02:00
2017-07-05 17:28:20 +03:00
2019-10-30 17:04:58 +02:00
2019-10-30 17:04:58 +02:00
2019-08-19 16:35:56 +03:00
2017-08-18 09:01:34 +00:00