summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: Warn about SELINUX issuesSol Jerome2012-03-271-0/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Fix build errorsSol Jerome2012-03-241-3/+11
| | | | | | | We only need M2Crypto when using python 2.5 or less. Other versions include python ssl. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Fix logger callsSol Jerome2012-03-231-6/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* schemas: Add device attributes for BoundPath entriesSol Jerome2012-03-231-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Remove .preinst files used to migrate away from python-centralArto Jantunen2012-03-232-26/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix docs so that they pass bcfg2-lintSol Jerome2012-03-231-2/+2
| | | | | | | | Apparently xs:boolean is case-sensitive. Element 'Group', attribute 'negate': 'True' is not a valid value of the atomic type 'xs:boolean' Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* suppress warning about probed.xmlChris St. Pierre2012-03-231-0/+10
|
* fixed SimpleConfig for py3kChris St. Pierre2012-03-221-11/+16
|
* fixed automatic handling of GPGKeysChris St. Pierre2012-03-212-26/+46
|
* fixed debug output from bcfg2-yum-helperChris St. Pierre2012-03-211-4/+2
|
* Fixed further inconsistencies in template examplesBrent Bloxam2012-03-201-9/+9
| | | | (cherry picked from commit 3acdc302d2faa196c0df46a7ba300d7d4ec8564b)
* Fixed other incorrect IP addresses to be proper RFC1918 Class CBrent Bloxam2012-03-201-3/+3
| | | | (cherry picked from commit a547890a356d14ae891cf85eb402efa18ba95ccb)
* Added missing table for SSH, fixed allowable SSH address to be proper RFC1918Brent Bloxam2012-03-201-1/+2
| | | | | Class C (cherry picked from commit e7fb96776d0e18670fdfb61025295e27b1dc772b)
* removed unnecessary codeChris St. Pierre2012-03-201-16/+14
|
* Bundler: Remove excess codeSol Jerome2012-03-201-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bundler: Fix tb from missing Bundle (Reported by jgd on IRC)Sol Jerome2012-03-201-1/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Add debug_log method to CfgEntrySetSol Jerome2012-03-201-0/+4
| | | | | | Prevents a traceback from happening because this method was missing. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pkgmgr: Fix DeprecationWarning (reported by odenbach on IRC)Sol Jerome2012-03-191-2/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-1710-12/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Better fix for unreadable bcfg2.confSol Jerome2012-03-171-11/+8
| | | | | | | We still may be glossing over a few errors in the try/except block, but this should warn properly when bcfg2 is unable to read bcfg2.conf. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix group name (reported by Leonw on IRC)Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* improved MetadataQuery docsChris St. Pierre2012-03-161-7/+22
|
* filter out characters yum dislikes in repo namesChris St. Pierre2012-03-151-3/+7
|
* fixed logging, deduplicated code in FileProbesChris St. Pierre2012-03-141-70/+77
|
* make EntrySet gracefully handle bogus 'changed' events from FAMChris St. Pierre2012-03-141-0/+6
|
* fixed typo in example bcfg2-lint configChris St. Pierre2012-03-141-1/+1
|
* fixed print() calls in CfgChris St. Pierre2012-03-141-10/+10
|
* make Trigger ignore temp files, VCS metadataChris St. Pierre2012-03-141-3/+10
|
* killing FileProbes because a file fetch failed is probably not idealChris St. Pierre2012-03-131-1/+0
|
* bcfg2.spec: Fix pythonpath detection on older versions of sphinxSol Jerome2012-03-131-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added debugging about ssh_known_hosts cache invalidation to SSHbaseChris St. Pierre2012-03-131-0/+4
|
* solaris: Fix building on Solaris 10Dan Foster2012-03-092-9/+35
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix download link reported by Simon Metson on IRCSol Jerome2012-02-291-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* set default debuglevel for Packages yum configs, add debug output from ↵Chris St. Pierre2012-02-231-0/+6
| | | | bcfg2-yum-helper
* Add Fedora/Mandriva changes to static spec file.Christopher 'm4z' Holm2012-02-181-1/+29
| | | | (cherry picked from commit 9b0232fbf988263b987f89c89ca881b3fbd43e24)
* Merge pull request #18 from m4z/masterChris St. Pierre2012-02-171-21/+137
|\ | | | | openSUSE compat in spec file.
| * Add openSUSE compatibility to static spec file.Christopher 'm4z' Holm2012-02-171-21/+137
|/
* handle bogus FAM deleted events gracefullyChris St. Pierre2012-02-161-1/+4
|
* bcfg2-build-reports: Fix type reported by cbrinke on IRC (#1100)Sol Jerome2012-02-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* catch error if Packages plugin lacks permissions to create cachedirChris St. Pierre2012-02-061-1/+6
|
* made PackagesConfig object more resilient on initial plugin loadingChris St. Pierre2012-02-061-1/+1
|
* Fix the "Generated config for" regexp in the server logcheck ignore fileArto Jantunen2012-02-051-1/+1
|
* Rename bcfg2-server.README.debian to /bcfg2-server.README.DebianArto Jantunen2012-02-051-0/+0
| | | | | The later is the canonically correct name (debhelper does operate on the former one as well, though, so this is purely cosmetic).
* Have bcfg2-web depend on bcfg2-server instead of the clientArto Jantunen2012-02-051-1/+1
| | | | The server package contains the Reports module.
* Use the correct name for the sqlalchemy package (python-sqlalchemy)Arto Jantunen2012-02-051-1/+1
|
* Restore missing pipes import in svn pluginArto Jantunen2012-02-051-0/+1
| | | | | | | This was noticed while merging 1.2.0 to the Debian packaging branch, it was apparently missed in the original security fix (f4a35efe) but included in the backport of the same commit to the 1.1 series (46795ae4).
* examples: Fix dirvish example (reported by esrax on IRC)Sol Jerome2012-02-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Inform user when unable to read bcfg2.confSol Jerome2012-02-011-1/+11
| | | | | | | | | | | | | Reported by mattikus on IRC. The real problem here is that we are glossing over a ton of potential errors with an "except: pass" block. We need to redo this so that we catch all the potential errors and pass them on to the user. The error we were seeing in this case was caused by insufficient permissions to read the bcfg2.conf file. There is an exception that is thrown, but it was glossed over in the calling try/except block. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: Fix lintian error from debianSol Jerome2012-01-301-3/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Redhat/SUSE: Remove the execution of 'rpm' in specfileJonathan Billings2012-01-301-10/+3
| | | | | | | | Since both Red Hat and SuSE seem to have packages named python-lxml, there's no longer any need to have logic to use a package named 'lxml'. Using the 'rpm' command inside a spec file also breaks mock, so this will allow the spec to be used in build environments that use mock.