cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Find a file
Alexander Dinu b3a4152e00 Fix __package_yum explorer
Why:

In case when name contains package name with exact version specified (e.g. rpm-build-4.11.3)
```
rpm -q --whatprovides "$pkg_name"
```

will tell you that no package could provide you with 'rpm-build-4.11.3',
because it's not virtual or file-provide, but exact package name.

This will lead to the installation of the package which was already installed.
It slows down manifest execution a lot.

My change will keep previous behaviour which relies on --whatprovides and
will fix wrong behaviour when argument is full package name with version.
2018-05-27 17:20:55 +02:00
bin Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01:00
cdist Fix __package_yum explorer 2018-05-27 17:20:55 +02:00
completions
configuration Fix typo in conf_dir description: comma separated -> os.pathsep separated. 2017-09-19 13:52:49 +02:00
docs ++changelog 2018-05-25 18:01:26 +02:00
hacking
other
scripts Add -l/--log-level option. Honor __cdist_loglevel env var. (#572) 2017-09-09 21:17:29 +02:00
.gitattributes Add gitattributes: export-ignore entries. 2018-03-15 06:33:05 +01:00
.gitignore Add cdist.egg-info/ to gitignore 2018-01-06 17:19:27 +01:00
Makefile Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01:00
MANIFEST.in
PKGBUILD.in
README
setup.py

cdist
-----

cdist is a usable configuration management system.

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