view tests/procs/test_dotfiles.yaml @ 534:5bbeb11fe8d9

bug: Fix crash running `chef help scaffolding` outside of a website.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 09:10:28 -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"