4 Commits

Author SHA1 Message Date
Doug Hellmann
6b49b0bfe9 Move the password prompts back out of the central location
to live with the component code that uses the passwords.
2012-03-15 15:53:24 -04:00
Doug Hellmann
b1f372e8f6 A class that knows how to read a YAML file and manipulate the system in a distribution-specific way based on the instructions found there. 2012-03-15 08:06:49 -04:00
Doug Hellmann
01b2b8c689 A utility function to import a class from a module given syntax such as used by nose and setuptools entry points. 2012-03-15 08:06:48 -04:00
Doug Hellmann
0018c7cccf Move the password generation logic to its own class and out of the config
parser to cut down on the number of places that have component-specific
configuration knowledge.

Add a --no-prompt-passwords flag to stack for users that want
auto-generated passwords without having to press enter for each
one.

Pork:
- Ignore the emacs TAGS file.
2012-03-12 18:31:57 -04:00