view tests/procs/test_dotfiles.yaml @ 564:353a0b30f412

chef: Add `--debug-only` option to only show debug logging for a given logger.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 16 Aug 2015 13:02:19 -0700
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"