Add comment to puppet about diff

This commit is contained in:
Andrea Cardaci 2018-06-03 11:41:27 +02:00
parent 77edd09b07
commit d14b69c12f

View File

@ -11,7 +11,7 @@ functions:
export CMD="/usr/bin/id" export CMD="/usr/bin/id"
sudo puppet apply -e "exec { '$CMD': logoutput => true }" sudo puppet apply -e "exec { '$CMD': logoutput => true }"
file-read: file-read:
- description: The read file content is corrupted by the `diff` output format. - description: The read file content is corrupted by the `diff` output format. The actual `/usr/bin/diff` command is executed.
code: | code: |
export LFILE=file_to_read export LFILE=file_to_read
puppet filebucket -l diff /dev/null $LFILE puppet filebucket -l diff /dev/null $LFILE