Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2015-04-22 21:04:53 -04:00
commit e30458ba5d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Propellor often generates some shell code to run.
Examples include Propellor.Bootstrap, but also things like
userScriptProperty where a shell command has to be built that can be fed
into sudo.
The current code for this is just all strings and easy to make mistakes in.
It would be good to integrate <http://hackage.haskell.org/shell-monad>
as a way to generate shell code. --[[Joey]]