view tests/procs/test_dotfiles.yaml @ 632:9dd2f68f243b

chef: Fix the `--config-set` option.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Feb 2016 20:22:27 -0800
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"