cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
Philippe Grégoire b2fb38d1f4
__package_pkg_openbsd: fix pkg_version explorer
The pkg_version explorer will fail to properly detect if a package
is installed when a package's name is present in the description of
a package (as returned by pkg_info).

Currently, trying to install libtool fails due to incorrect parsing:

    $ pkg_info | grep libtool
    libltdl-2.4.2p1     GNU libtool system independent dlopen wrapper

Additionally, trying to install nagios results in the following output:

    $ pkg_info | grep nagios
    nagios-4.0.8p3-chroot host and service monitor
    nagios-web-4.0.8p2-chroot cgis and webpages for nagios

This commit fixes detection by properly parsing pkg_info's output.
Specifically, descriptions are ignored and package names are properly
extracted.
2017-09-04 13:07:49 -04:00
bin Improve pep8 targets and checking in release. 2016-07-24 22:24:15 +02:00
cdist __package_pkg_openbsd: fix pkg_version explorer 2017-09-04 13:07:49 -04:00
completions Merge inventory from beta branch. 2017-07-20 22:04:44 +02:00
configuration Add cdist config file skeleton. 2017-09-02 08:40:43 +02:00
docs changelog++ 2017-09-03 23:28:49 +02:00
hacking begin to import bin/libs 2015-05-20 14:04:34 +02:00
other Write sphinx rst docs. 2016-05-22 17:16:03 +02:00
scripts Configfile (#559) 2017-08-30 23:02:17 +02:00
.gitignore Merge inventory from beta branch. 2017-07-20 22:04:44 +02:00
MANIFEST.in add package data info 2012-10-29 22:18:32 +01:00
Makefile Install using distutils from cloned repo. 2017-08-28 18:01:00 +02:00
PKGBUILD.in remove freecode support 2014-08-18 23:39:32 +02:00
README begin to split off readme 2012-11-01 10:45:39 +01:00
setup.py Revert "cant depend on build-helper to have cdist.version module" 2017-02-16 23:38:24 +01:00

README

cdist
-----

cdist is a usable configuration management system.

For the web documentation have a look at docs/web/.