summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add iptables module from Krzysztof A. Adamski <krzysztofa@gmail.com>Adrian Likins2008-03-281-1/+1
| | | | | | | | | add some basic test cases to the unittests (needs expanded) add file info to setup.py add Makefiles to minion/modules/netapp/* and minion/modules/iptables/* to make make clean work
* make "make clean" even cleanier.Adrian Likins2008-03-041-1/+1
| | | | try to hit up more of the subdirs, etc, when running "make clean"
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+18
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.