Hi Scott,
the problem you have is bound to hit most chef repositories sooner or
later. We keep ours in a private Github repository, but even there it
is not always desirable to have all DB passwords in plaintext, for
example.
The normal Chef way of doing it are usually encrypted data bags. Chef
Solo supports it, but we would need to add support to LittleChef
itself.
I have created an issue for that so that anyone interested can follow
its development:
https://github.com/tobami/littlechef/issues/96
It should be quite easy. If nobody implements it in the next weeks we
intend to do that for use at edelight.
I think that would be the best solution for you, as it would allow you
to keep your kitchen repo open and still commit passwords and other
sensitive information to it. What do you think?
Cheers,
Miquel
2012/6/1 Scott Cytacki <
scyt...@concord.org>: