summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | bcfg2-info help returns help without starting a server instanceChris St. Pierre2011-06-141-1/+4
| | | | | |
| | * | | | doc: Better document PostInstall entriesSol Jerome2011-06-143-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | doc: Fix groups in centos guide (#1006)Sol Jerome2011-06-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | man: Point to the correct sectionsSol Jerome2011-06-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Cfg: Fix bcfg2-admin pull behavior for genshi templates (#1010)Sol Jerome2011-06-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Plugin: Fix nasty list comprehension bugSol Jerome2011-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears as though Python 2 kept around variables assigned within a list comprehensions which caused this to go unnoticed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Cfg: Fix PluginExecutionErrorTim Laszlo2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaces PluginExecutionError with Bcfg2.Server.Plugin.PluginExecutionError. Reported by emias.
| | * | | | man: Fix incorrect purge/scrub command parametersTim Laszlo2011-06-141-3/+3
| | | | | |
| | * | | | Added FileProbes plugin.Chris St. Pierre2011-06-144-1/+271
| | | | | |
| | * | | | setup: Don't include py3 libs in py2 setupsSol Jerome2011-06-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Including the python3 libraries when running distutils on python2 leads to syntax errors. Since the libraries are only imported conditionally, it is safe to exclude these libraries completely on setups where they are not needed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Fixed error messages from info.xml bcfg2-lint checkChris St. Pierre2011-06-141-5/+5
| | | | | |
| | * | | | Improved Svn2 error handling -- ClientError may not have a message attribute.Chris St. Pierre2011-06-141-4/+4
| | | | | |
| | * | | | Fix a typo in an SSL error messageHolger Weiß2011-06-141-2/+2
| | | | | |
| | * | | | bcfg2: Convert specification from Unicode to UTF-8Holger Weiß2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The client receives the configuration specification as a Unicode string and then hands it over to the XML() function, which expects a UTF-8 encoded string. Therefore, the configuration specification is now converted to UTF-8. Resolves ticket #1009.
| | * | | | man: Fix typos reported by emias on IRCSol Jerome2011-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Logger: Fix non-string loggingSol Jerome2011-06-141-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Logger: Statement always was True in python 2Sol Jerome2011-06-141-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Logger: Use bytes for PY3KSol Jerome2011-06-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | add yet another missing sys importTorsten Rehn2011-06-141-0/+1
| | | | | |
| | * | | | Upstart: Fix typo reported by justintime on IRCSol Jerome2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | add another missing sys importTorsten Rehn2011-06-141-0/+1
| | | | | |
| | * | | | DBStats: Stop duplicating data in reports_reasonTim Laszlo2011-06-141-6/+3
| | | | | |
| | * | | | log more useful error message if python-ldap is not installedTorsten Rehn2011-06-141-1/+9
| | | | | |
| | * | | | add missing sys importTorsten Rehn2011-06-141-0/+1
| | | | | |
| | * | | | Add missing import sys.Raul Cuza2011-06-141-0/+1
| | | | | |
| | * | | | Pass keypath to create_conf function.Raul Cuza2011-06-141-2/+2
| | | | | |
| | * | | | Add missing import.Raul Cuza2011-06-141-0/+1
| | | | | |
| | * | | | TCheetah: Fix local variable bug reported by trehn on IRCSol Jerome2011-06-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | Change preflight script to clean up man{1,5} files as well as man8Raul Cuza2011-06-141-0/+2
| | | | | |
| | * | | | Fix bcfg2-reports --badentry and --extraentryHolger Weiß2011-06-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reporting system schema has been changed. This change lead to exceptions such as | AttributeError: 'Entries_interactions' object has no attribute 'name' when running bcfg2-reports with the --badentry or --extraentry options.
| | * | | | Cfg: Fix the output encoding of Genshi templatesHolger Weiß2011-06-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encode the configuration files generated from Genshi templates according to the encoding setting from Options.py instead of unconditionally using UTF-8.
| | * | | | TGenshi: Fix local variable bug reported by trehn on IRCSol Jerome2011-05-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | | | SSHbase: PY3K string join method fixSol Jerome2011-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Init: Remove Base from default plugins listSol Jerome2011-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Revert "Init: Remove Base from default plugin list"Sol Jerome2011-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 611ce16c8cef81a6fc754c46dcb5cbe618b20b67.
| * | | | | bcfg2-info: Fix print formattingSol Jerome2011-06-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Addition Yum error handlingJack Neely2011-06-101-16/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address ticket #955 and attempt to capture the exceptions that may possibly be generated from Yum or Yum's plugins and return some sort of error message.
* | | | | | Addition Yum error handlingJack Neely2011-06-101-16/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address ticket #955 and attempt to capture the exceptions that may possibly be generated from Yum or Yum's plugins and return some sort of error message.
* | | | | | Merge branch 'master' into yumngJack Neely2011-06-100-0/+0
|\| | | | |
| * | | | | Make -q turn off package verification in YUMngJack Neely2011-06-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This make the YUMng verification behavior like the APT tool. Before hand we just turned off package checksums which only worked with very new versions of Yum.
* | | | | | Make -q turn off package verification in YUMngJack Neely2011-06-101-0/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This make the YUMng verification behavior like the APT tool. Before hand we just turned off package checksums which only worked with very new versions of Yum.
* | | | | Merge branch 'master' of github.com:solj/bcfg2Jack Neely2011-06-10189-2572/+14833
|\ \ \ \ \
| * | | | | POSIX: Detect missing cache directory failuresSol Jerome2011-06-101-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | YUMng: Fix typo in last commitSol Jerome2011-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | YUM: Make YUMng the preferred client tool on RPM systemsSol Jerome2011-06-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Init: Remove Base from default plugin listSol Jerome2011-06-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Frame: Fix 'important' entry installation in decision mode (Reported by m4z ↵Sol Jerome2011-06-091-36/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on irc) Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | bcfg2-reports: Revert shebang line modificationSol Jerome2011-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | bcfg2-reports: Show total numbers of entriesHolger Weiß2011-06-083-7/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a "-t NAME" option which reports the total (and good) number of managed entries on the host NAME. Also, allow for specifying "total", "good", and "bad" fields via --fields and --sort.
| * | | | | bcfg2-reports: Show modified entriesHolger Weiß2011-06-073-51/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.