summaryrefslogtreecommitdiffstats
path: root/tools/bcfg2_local.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Chris St. Pierre2013-09-041-1/+4
|\ | | | | | | | | | | | | | | | | | | Conflicts: doc/client/tools/actions.txt schemas/authorizedkeys.xsd src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| * bcfg2_local.py: Fixed addresspair portChris St. Pierre2013-09-041-1/+4
| |
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-24/+20
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated tools to new parserChris St. Pierre2013-06-271-24/+20
| |
* | Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-1/+1
|/
* added remaining required Core.load_plugins() callsChris St. Pierre2013-05-071-1/+2
|
* fix bogus bundle_quick option handling in bcfg2_local.pyChris St. Pierre2013-04-021-1/+2
|
* bcfg2_local.py: remove duplicate -Q optionsChris St. Pierre2013-03-281-0/+5
|
* fixed return values from no-op methods in bcfg2_local.pyChris St. Pierre2012-12-201-2/+2
|
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-0/+77