file.append does not differentiate between tabs and spaces #28586
Labels
Bug
broken, incorrect, or confusing behavior
Execution-Module
help-wanted
Community help is needed to resolve this
P4
Priority 4
Platform
Relates to OS, containers, platform-based utilities like FS, system based apps
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
given a sls file like:
you would expect to see results of:
but instead you get
as salt does not appear to differentiate between spaces and tabs for file.append. This is not documented on https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html#salt.states.file.append , and appears to be unintentional.
This was tested on 2015.8.1 on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: