cdist/cdist/conf/type/__package_pkg_openbsd
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
..
explorer __package_pkg_openbsd: fix pkg_version explorer 2017-09-04 13:07:49 -04:00
parameter __package_pkg_openbsd: support --version 2016-09-02 12:17:25 -04:00
gencode-remote __package_pkg_openbsd: fix use of --name (#568) 2017-09-03 23:27:27 +02:00
man.rst __package_pkg_openbsd: support --version 2016-09-02 12:17:25 -04:00
nonparallel Fix parallel object prepare and run steps. Add nonparallel type marker. 2017-07-15 22:18:20 +02:00