Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian: Install bash-completion with bcfg2-server | Alexander Sulfrian | 2016-07-17 | 3 | -2/+5 |
| | |||||
* | Helper scripts packed in bcfg2-utils | Holger Mueller | 2016-07-17 | 4 | -1/+40 |
| | |||||
* | Merge branch 'fix/docs' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-07-15 | 4 | -8/+9 |
|\ | |||||
| * | doc: Fix typo in example xml | Alexander Sulfrian | 2016-07-12 | 1 | -1/+1 |
| | | |||||
| * | doc: Fix formating | Alexander Sulfrian | 2016-07-12 | 1 | -1/+1 |
| | | |||||
| * | doc: Fix quoting in example xml | Alexander Sulfrian | 2016-07-12 | 1 | -2/+2 |
| | | |||||
| * | doc: Fix docs of lax_decryption config file option | Alexander Sulfrian | 2016-07-12 | 1 | -4/+5 |
| | | |||||
* | | Merge branch 'yum-helper-2' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-07-10 | 2 | -26/+28 |
|\ \ | |||||
| * | | Set value for data in case accept_input is false. | Gordon Messmer | 2016-04-21 | 1 | -1/+2 |
| | | | |||||
| * | | Bcfg2.Options.Subcommand must not access Options.setup in __init__. | Gordon Messmer | 2016-04-21 | 1 | -8/+14 |
| | | | |||||
| * | | Only read input if accept_input is True. | Gordon Messmer | 2016-04-21 | 1 | -7/+8 |
| | | | |||||
| * | | Remove PositionalArgument. It was incomplete and did not work as intended, ↵ | Gordon Messmer | 2016-04-21 | 1 | -4/+1 |
| | | | | | | | | | | | | requiring two positional args instead of one. | ||||
| * | | Fix format error in logger call. | Gordon Messmer | 2016-04-21 | 1 | -2/+2 |
| | | | |||||
| * | | Handle rid intelligently, to avoid infinite loop. | Gordon Messmer | 2016-04-21 | 1 | -5/+2 |
| | | | |||||
* | | | Merge branch 'input-2' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-07-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Don't use 'input' function under python2. | Gordon Messmer | 2016-06-29 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'ed25519' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-05-12 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Fix long line. | Gordon Messmer | 2016-04-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | Generate ed25519 keys. | Gordon Messmer | 2016-03-31 | 1 | -1/+7 |
| |/ / | |||||
* / / | doc: Update Arch Linux name and package information | Jonathan Steel | 2016-03-30 | 5 | -11/+9 |
|/ / | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-03-03 | 8 | -10/+14 |
|\ \ | |||||
| * | | Set ssl_cns option to the expected name in setup. | Gordon Messmer | 2016-02-22 | 1 | -0/+1 |
| | | | |||||
| * | | Correct the name of the service_mode option. | Gordon Messmer | 2016-02-17 | 3 | -6/+6 |
| | | | |||||
| * | | Correct the name of the server's location option. | Gordon Messmer | 2016-02-17 | 2 | -4/+4 |
| | | | |||||
| * | | Add dest= arg to fix option that is referenced as cfg_validation. | Gordon Messmer | 2016-02-17 | 1 | -0/+1 |
| | | | |||||
| * | | Add dest= arg to fix LDAP options. | Gordon Messmer | 2016-02-17 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'fix/lint-templatehelper' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-01-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Lint/TemplateHelper: Fix parameters | Alexander Sulfrian | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HelperModules of the TemplateHelper now expects a second argument with the core, to be able to expire the metadata cache. This is a fix-up for 36b2aa66627a4cc147f982d03688ae9df14bbe08. | ||||
* | | | | Merge branch 'rpm-install-missing' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-01-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix reference to rpm_install_missing option. | Gordon Messmer | 2016-01-19 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'fix/mock-patch' of https://github.com/AlexanderS/bcfg2 | Sol Jerome | 2016-01-27 | 2 | -5/+8 |
|\ \ \ \ | |||||
| * | | | | testsuite: Remove legacy CamelCase mock calls | Alexander Sulfrian | 2016-01-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Newer versions of mock, does not support the CamelCase calls. | ||||
| * | | | | testsuite: Newer version of mock require different imports | Alexander Sulfrian | 2016-01-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Be flexible and support the imports required by newer versions of the mock package (>1.1.0). Because this new version is not available on all distributions we are flexible and also support the old style. | ||||
* | | | | | Merge branch 'client-secontext' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-01-20 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Only set wanted_secontext if we have a value to set | Gordon Messmer | 2015-11-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | bcfg2 server sends a complete SELinux context, but we only need the type. ↵ | Gordon Messmer | 2015-11-18 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Treat this the same as selinux.matchpathcon. | ||||
* | | | | | Merge branch 'tests-secontext' of https://github.com/gordonmessmer/bcfg2 | Sol Jerome | 2016-01-20 | 3 | -4/+26 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Set secontext attribute to a full ucontext value, as the bcfg2 server will ↵ | Gordon Messmer | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | generate | ||||
| * | | | | Mock out selinux.lgetfilecon | Gordon Messmer | 2015-11-19 | 1 | -1/+23 |
| | | | | | |||||
| * | | | | Fix SELinux option parsing. | Gordon Messmer | 2015-11-19 | 2 | -2/+2 |
| |/ / / | |||||
* | / / | Client/Tools: Fix error if no pkg handled | Alexander Sulfrian | 2015-11-17 | 2 | -2/+2 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install() of a client tool returns the changed states as dict, that will update the global state. If nothing is handled withing a tool, it have to return an empty dict and not None because the return value is directly used as argument for update: > APT.Install() call failed: > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/Bcfg2/Client/__init__.py", line 739, in DispatchInstallCalls > self.states.update(tool.Install(handled)) > TypeError: 'NoneType' object is not iterable | ||||
* | | | doc: Fix release notes to point to new download locationHEADmaster | Sol Jerome | 2015-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | We are moving away from ANL hosting since we no longer have anyone there who is involved in managing the project. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | doc: Add 1.4.0pre2 release notes to toc | Sol Jerome | 2015-11-13 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Version bump to 1.4.0pre2 | Sol Jerome | 2015-11-13 | 16 | -16/+22 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | | Merge pull request #301 from AlexanderS/feature/systemd-extra | Chris St. Pierre | 2015-10-20 | 1 | -0/+14 |
|\ \ \ | |_|/ |/| | | Client/Tools/Systemd: Find extra entries | ||||
| * | | Client/Tools/Systemd: Find extra entries | Alexander Sulfrian | 2015-07-27 | 1 | -0/+14 |
| | | | | | | | | | | | | Add FindExtra to get a listing of all extra systemd entries. | ||||
* | | | Info: EventDebug, Update and Quit are now command classes | Alexander Sulfrian | 2015-10-13 | 1 | -17/+26 |
| | | | |||||
* | | | Options: Add possibility to have aliases for commands | Alexander Sulfrian | 2015-10-13 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | | | | | You can add now a list of aliases to a Subcommand to make it available with different names. Each alias in the list is used without modification, especially the aliases do not get converted to lower case (this is for example required for "EOF"). | ||||
* | | | DefaultACL: Deny remote access to expire_metadata_cache | Alexander Sulfrian | 2015-10-13 | 1 | -1/+2 |
| | | | |||||
* | | | Info: expirecache only for interactive shell | Alexander Sulfrian | 2015-10-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The expirecache subcommand is only usefull from an interactive shell, so do not advertise it in the help from the commandline. |