summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Packages: fix global package coalescing (Patch from Jeramey Crawford) ↵Narayan Desai2011-01-061-2/+2
|/ | | | (Resolves Ticket #973)
* Merge branch 'master' of git.mcs.anl.gov:bcfg2Narayan Desai2011-01-037-12/+136
|\
| * Svn2: Add files explicitly listed which arent under controlTim Laszlo2010-12-181-0/+12
| |
| * Admin.Pull: Fix generator plugin nameTim Laszlo2010-12-181-3/+3
| |
| * Svn2: Remove hardcoded svn root pathTim Laszlo2010-12-181-4/+2
| |
| * Admin.Pull: Add commit support to PulEntryTim Laszlo2010-12-181-1/+6
| |
| * Plugin.Version: define parameters for commit_dataTim Laszlo2010-12-182-4/+6
| |
| * Svn2: Add commit supportTim Laszlo2010-12-181-2/+21
| |
| * Svn2: Native svn pluginTim Laszlo2010-12-181-0/+71
| |
| * Remove some deprecated toolsSol Jerome2010-12-161-0/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Merge Fabian's bcfg2-admin doc updatesSol Jerome2010-12-151-1/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Removed new features, too early to commitFabian Affolter2010-12-132-150/+0
| |
| * Merge remote branch 'upstream/master'Fabian Affolter2010-12-131-3/+2
| |\
| * | full stop addedFabian Affolter2010-12-121-6/+8
| | |
| * | Examples commented outFabian Affolter2010-12-121-1/+1
| | |
| * | backup and bundle addedFabian Affolter2010-12-121-3/+19
| | |
| * | Deleted old stuffFabian Affolter2010-12-083-120/+0
| | |
| * | Merge with upstreamFabian Affolter2010-12-085-0/+270
| | |
| * | Merge remote branch 'upstream/master'Fabian Affolter2010-12-081-1/+1
| |\ \
| * \ \ Merge remote branch 'upstream/master'Fabian Affolter2010-12-052-25/+28
| |\ \ \
| * | | | Backup part reworkedFabian Affolter2010-12-051-27/+11
| | | | |
| * | | | Fixed backup locationFabian Affolter2010-12-031-4/+5
| | | | |
| * | | | Initial bcfg2-admin backup partFabian Affolter2010-12-032-1/+48
| | | | |
| * | | | Changed Redhat to Red HatFabian Affolter2010-11-101-1/+1
| | | | |
* | | | | NagiosGen: Dependency support (from Stéphane Graber <stgraber@ubuntu.com>)Narayan Desai2011-01-031-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 Desai2010-12-081-3/+2
| |_|/ |/| |
* | | Merge branch 'master' of https://github.com/wgen/bcfg2 into wgen-masterSol Jerome2010-12-071-1/+1
|\ \ \
| * | | Using xpath rather than findall so that we can handle the condition correctlyCalen Pennington2010-12-071-1/+1
| | |/ | |/|
* | | Backup part reworkedFabian Affolter2010-12-071-27/+11
| | | | | | | | | | | | (cherry picked from commit 94e4f622b4dee6b33983a17313c0ef5a71c93f2e)
* | | Fixed backup locationFabian Affolter2010-12-071-4/+5
| | | | | | | | | | | | (cherry picked from commit c9eec98340168b1e9e3f4877b15b681855ee696b)
* | | Initial bcfg2-admin backup partFabian Affolter2010-12-072-1/+48
|/ / | | | | | | (cherry picked from commit a5f0c8b9936eb55283b3a2bb03e048842c773b45)
* | SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Packages: Pylint/PEP8 fixesSol Jerome2010-11-151-11/+14
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed needless syntax error bug i checked int ealier. Also ensured that the ↵root2010-11-051-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 certificatesGraham Hagger2010-11-051-23/+11
|
* Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-masterSol Jerome2010-11-031-0/+249
|\
| * added verification of existing certsGraham Hagger2010-11-031-4/+9
| |
| * fixed lookup of ca options in bcfg2.conf, removing CA trees from SSLCA repoGraham Hagger2010-11-021-6/+9
| |
| * Now reads ca key passphrases from bcfg2.confGraham Hagger2010-11-011-22/+65
| | | | | | | | Corrected handling of modifications to xml files
| * SSLCA.py rewritten to use openssl binaryGraham Hagger2010-10-291-409/+122
| |
| * starting to establish the way sslca will truly workGraham Hagger2010-10-271-152/+471
| |
| * ok, so i should have renamed the class to SSLCA a long time ago... dohGraham Hagger2010-10-221-1/+1
| |
| * moved some sslca docs aroundGraham Hagger2010-10-221-43/+0
| |
| * initial add of SSLCA pluginGraham Hagger2010-10-221-0/+209
| |
| * Plugin.py: Reverted broken regexTim Laszlo2010-10-211-2/+2
| |
| * web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-10-211-4/+0
| |
| * web_reports: determine static prefix automaticallyTim Laszlo2010-10-192-7/+44
| |
| * YUMng: syntax errorTim Laszlo2010-10-181-1/+1
| |
| * Reports: Fix typoSol Jerome2010-10-181-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * web_reports: more PATH_INFO fixesTim Laszlo2010-10-181-2/+2
| |