Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed duplicate group detection in Metadata | Chris St. Pierre | 2011-04-20 | 1 | -2/+1 |
| | |||||
* | fixed PropertyFile.Index() to populate .data as a side effect | Chris St. Pierre | 2011-04-14 | 1 | -1/+37 |
| | |||||
* | added Client tag to StructFile; made PropertyFile inherit from StructFile | Chris St. Pierre | 2011-04-14 | 1 | -8/+2 |
| | |||||
* | Editor: Add missing comma (Reported by emias) | Sol Jerome | 2011-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | PY3K + PEP8 fixes for remaining files | Sol Jerome | 2011-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Hostbase: PY3K + PEP8 fixes | Sol Jerome | 2011-04-06 | 1 | -35/+44 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Plugins: PY3K + PEP8 fixes | Sol Jerome | 2011-04-06 | 16 | -168/+259 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | In TGenshi templates, the "name" variable is set to the destination path of ↵ | Chris St. Pierre | 2011-03-16 | 1 | -4/+5 |
| | | | | the file. If an altsrc attribute was used, then "name" is set to the altsrc value; otherwise, it is set to the "name" attribute of the original <Path> tag used to declare the file. In the new Genshi handler functionality of Cfg, this had not been ported over; "name" was always the original name of the file, even if altsrc was specified. Fixed that bug. | ||||
* | Cfg: Fix unicode traceback (Resolves #993) | Sol Jerome | 2011-03-07 | 1 | -7/+25 |
| | | | | | | | | If the Cfg plugin handled a file containing a character which isn't contained in the encoding specified, it resulted in a traceback. This now fails gracefully and suggests use of an alternate encoding. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed handling of group- and host-specific .genshi templates in Cfg ↵ | Chris St. Pierre | 2011-03-04 | 1 | -1/+1 |
| | | | | (non-greedy matching) | ||||
* | Bundler: Add support for genshi .xml bundles | Sol Jerome | 2011-02-26 | 1 | -3/+20 |
| | | | | | | | This commit modifies the Bundler plugin to allow for genshi templates with .xml file extensions via the xml namespace (Resolves ticket #861). Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Cfg: Create info.xml files by default with bcfg2-admin pull | Sol Jerome | 2011-02-21 | 1 | -17/+9 |
| | | | | | | | Using info.xml files allows the user to validate permissions with the info schema. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | DBStats: use clients_xml class | Tim Laszlo | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | Metadata: Move group routines to new class | Tim Laszlo | 2011-02-10 | 1 | -6/+6 |
| | |||||
* | Missing newline in help | Tim Laszlo | 2011-02-10 | 1 | -55/+28 |
| | |||||
* | Metadata: Move client routines to new class | Tim Laszlo | 2011-02-10 | 1 | -36/+18 |
| | |||||
* | Metadata: Add xml source class | Tim Laszlo | 2011-02-10 | 1 | -138/+160 |
| | |||||
* | Probes: Patch to sort nested items from faceted.wordpress.com (Resolves #987) | Sol Jerome | 2011-02-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSHbase: Fix hang when file not present on client | Sol Jerome | 2011-01-31 | 1 | -3/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Properties: Catch exception when missing Properties directory | Sol Jerome | 2011-01-28 | 1 | -1/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Metadata: Handle writes to XInclude files in bootstrap mode | Tim Laszlo | 2011-01-28 | 1 | -3/+19 |
| | |||||
* | Metadata: Handle writes to XInclude files within clients.xml (Resolves #841) | Tim Laszlo | 2011-01-28 | 1 | -12/+28 |
| | |||||
* | added verification of cert against key, and ensured plugins entries get ↵ | Graham Hagger | 2011-01-26 | 1 | -2/+27 |
| | | | | updated correctly if cert is requested before key, thus key was getting genned, then cert, then key again because the plugin didnt know it already had the key - doh | ||||
* | Metadata: Reload clients.xml before writing if the Pseudo file monitor is used | Tim Laszlo | 2011-01-24 | 1 | -0/+17 |
| | |||||
* | Metadata: Typo in XIncludeError | Tim Laszlo | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Metadata: Stop stripping comments from clients.xml (Resolves #929) | Tim Laszlo | 2011-01-24 | 1 | -10/+2 |
| | |||||
* | Metadata: Raise MetadataConsistencyError when set_profile fails | Tim Laszlo | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | Metadata: Gracefully handle failed profile updates to clients.xml using ↵ | Tim Laszlo | 2011-01-23 | 1 | -1/+5 |
| | | | | xinclude files | ||||
* | Cfg: Handle empty genshi templates (Ticket #948) | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | TGenshi: Handle empty files (Resolves #948) | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | Cfg: Add support for .genshi files | Tim Laszlo | 2011-01-22 | 1 | -7/+48 |
| | |||||
* | Ldap: New server ldap plugin | Torsten Rehn | 2011-01-22 | 1 | -0/+229 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Metadata: report multiple group definitions (Resolves Ticket #784) | Narayan Desai | 2011-01-22 | 1 | -0/+5 |
| | |||||
* | Probes: Order stored items in probed.xml (Resolves Ticket #982) | Narayan Desai | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | Packages: fix global package coalescing (Patch from Jeramey Crawford) ↵ | Narayan Desai | 2011-01-06 | 1 | -2/+2 |
| | | | | (Resolves Ticket #973) | ||||
* | Merge branch 'master' of git.mcs.anl.gov:bcfg2 | Narayan Desai | 2011-01-03 | 1 | -0/+102 |
|\ | |||||
| * | Svn2: Add files explicitly listed which arent under control | Tim Laszlo | 2010-12-18 | 1 | -0/+12 |
| | | |||||
| * | Svn2: Remove hardcoded svn root path | Tim Laszlo | 2010-12-18 | 1 | -4/+2 |
| | | |||||
| * | Plugin.Version: define parameters for commit_data | Tim Laszlo | 2010-12-18 | 1 | -3/+5 |
| | | |||||
| * | Svn2: Add commit support | Tim Laszlo | 2010-12-18 | 1 | -2/+21 |
| | | |||||
| * | Svn2: Native svn plugin | Tim Laszlo | 2010-12-18 | 1 | -0/+71 |
| | | |||||
* | | NagiosGen: Dependency support (from Stéphane Graber <stgraber@ubuntu.com>) | Narayan Desai | 2011-01-03 | 1 | -1/+36 |
|/ | | | | | | | | | | | | | | | | | | | | | | From the patch description: As we have several hundred machines in Bcfg2 at work and are using NagiosGen to generate our Nagios configuration, the dependency tree was quite a mess. The following patch adds support for a 'parents.xml' file in the NagiosGen directory. This one contains a basic dependency tree like this: <Depends> <Depend name='something' on='something-else'> </Depends> The plugin will then use this file to add 'parents' tag to nagiosgen.cfg when possible. It's being added when generating nagiosgen.cfg instead of when generating the individual host entries for two reasons: - To avoid having to wait for a run of bcfg2 on all machines when changing parents.xml - To also support dynamic parents for manually added entries in NagiosGen (example: network equipement). | ||||
* | Metadata: fix bcfg2-admin query (Resolves Ticket #959) | Narayan Desai | 2010-12-08 | 1 | -3/+2 |
| | |||||
* | SSLCA: PEP8 fixes | Sol Jerome | 2010-11-16 | 1 | -14/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Pylint/PEP8 fixes | Sol Jerome | 2010-11-15 | 1 | -11/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed needless syntax error bug i checked int ealier. Also ensured that the ↵ | root | 2010-11-05 | 1 | -3/+5 |
| | | | | hostname gets added to any subjectAltNames so that the cert will work for the hostname as well as aliases | ||||
* | Fixed verification of preexisting certificates | Graham Hagger | 2010-11-05 | 1 | -23/+11 |
| | |||||
* | Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-master | Sol Jerome | 2010-11-03 | 1 | -0/+249 |
|\ | |||||
| * | added verification of existing certs | Graham Hagger | 2010-11-03 | 1 | -4/+9 |
| | | |||||
| * | fixed lookup of ca options in bcfg2.conf, removing CA trees from SSLCA repo | Graham Hagger | 2010-11-02 | 1 | -6/+9 |
| | |