Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use abspath, do not eliminating symlinks
realpath will eliminating symlinks, so following sls won't work as expected /root/a: file.directory: - user: root - group: root - mode: 0755 - clean: True - require: - file: /root/a/b /root/a/b: file.symlink: - user: root - group: root - target: /etc
- Loading branch information