summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no_poundbang'Adrian Likins2009-01-198-11/+2
|\
| * remove any unneeded "/usr/bin/python" lines from scripts so it'sAdrian Likins2009-01-199-11/+2
| * remove 'x' bitAdrian Likins2009-01-191-0/+0
* | Just some permissions clean up on source files, mostlyAdrian Likins2009-01-1919-0/+0
|/
* move rpm/yum initiation to after module import to workaround rpm bugAdrian Likins2009-01-082-2/+4
* add new test methods used by unittests. return an empty exceptionAdrian Likins2008-12-111-0/+9
* * Added close_fds=True to sub_process calls.Silas Sewell2008-11-2512-18/+23
* * Enabled shell for Command module.Silas Sewell2008-11-251-9/+3
* remove unused imports and reorder remaining onesAdrian Likins2008-11-131-4/+1
* add support for untrack lists of files (or file globs)Adrian Likins2008-11-131-2/+3
* typo found for file_name_globs by pycheckerAdrian Likins2008-11-131-1/+1
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-3/+3
* more func.utils/certmaster.utils changes.Adrian Likins2008-11-131-2/+2
* jbothing.py had a couple of cases of using the wrong "utils" module.Adrian Likins2008-11-131-7/+8
* Make ping subcommand use the default verbose setting if not specified.Adrian Likins2008-11-121-0/+1
* Split Show() and ShowHardware() classes into two seperate modules.Adrian Likins2008-11-122-42/+67
* Add support for configuring funcd ports.Adrian Likins2008-11-123-8/+31
* For some reason, Client is getting init'ed with async=NoneAdrian Likins2008-11-111-3/+6
* typo in the method args description in filetracker moduleAdrian Likins2008-11-111-2/+2
* add some tests cases for copyfileAdrian Likins2008-11-101-0/+1
* add func_getargs.py module from Louis CoilliotLouis Coilliot2008-11-041-0/+60
* Fix a bug with "func-transmit --yaml" send bools as strings and causingAdrian Likins2008-10-311-1/+14
* Fix minion module config examples. Add local "Config" class to module.Adrian Likins2008-10-241-1/+11
* add some test cases for per module configuation.Adrian Likins2008-10-242-1/+9
* Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/funcAdrian Likins2008-10-211-2/+7
|\
| * Add listen_addr and listen_port to config so theAdrian Likins2008-10-201-2/+7
* | add system.inventory() method that returns a list of all modulesAdrian Likins2008-10-201-2/+23
* | Add some support for saving module config files. And corresponding test cases.Adrian Likins2008-10-202-2/+19
|/
* add support for filename globsAdrian Likins2008-10-151-6/+26
* Merge branch 'jcapel-vlan'Adrian Likins2008-10-081-9/+118
|\
| * Fixed some string/integer mixups, we'll now only use strings for vlan ids. Al...Jasper Capel2008-10-061-7/+27
| * Renamed makeitso method to make_it_so.Jasper Capel2008-10-061-1/+1
| * Added write() and list_permanent() methods to VLAN module. Also upped the mod...Jasper Capel2008-09-301-3/+53
| * Added add_permanent and delete_permanent methods to vlan module.Jasper Capel2008-09-301-0/+39
* | Merge branch 'jcapel-bridge'Adrian Likins2008-10-081-8/+292
|\ \
| * | Added make_it_so and write methodsJasper Capel2008-10-061-6/+118
| * | Added methods to permanently add/remove bridges or permanently add/remove int...Jasper Capel2008-10-061-3/+175
| |/
* / Django cotnrol module from Steve 'Ashcrow' Milner <stevem@gnulinux.net>Steve 'Ashcrow' Milner2008-10-081-0/+128
|/
* Merge branch 'bridge_module'Adrian Likins2008-09-171-0/+170
|\
| * Changed method names in bridge module for increased usability.Jasper Capel2008-09-171-15/+23
| * Added new module for basic bridge managementJasper Capel2008-09-171-0/+162
* | add method in test minion module to export it's configAdrian Likins2008-09-161-0/+9
|/
* patch to add some basic support for creating vlans fromJasper Capel2008-09-161-0/+139
* do not return None when launcing jboss with no optionsAdrian Likins2008-09-081-2/+2
* add a method to the test module to return a really big intAdrian Likins2008-09-051-0/+10
* Add a new --list-modules to the minion (funcd). The new option will let it pr...Luca Lesinigo2008-09-031-0/+8
* make command.run invoke sub_process with closed_fds=TrueAdrian Likins2008-09-021-2/+3
* better fix for ticket #53 (trailing slashes break cert matching)Adrian Likins2008-09-021-1/+1
* remove any unneeded /'s from the cert path to fix ticket #53Adrian Likins2008-09-011-1/+4
* Merge branch 'master' into cmd_run_envAdrian Likins2008-08-2630-36/+1067
|\