* depend on ruby18 and do not let the ruby module handles FLAVORs
* enable regression tests
* fix path to the default hiera database; and create its directory
* install the yaml configuration file for the cli under SYSCONFDIR
* configure hiera.yaml the same way it is done in the hiera tarball
distributed by puppetlabs
* tweak DESCR
* take MAINTAINER
Hiera now works out of the box with Puppet.
ok jasper@
Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC)
and allows a Tcl script to connect to a SQLite3 database.
It is also provided as a working example of how to write a database driver
in Tcl, so that driver authors have a starting point for further development.
ok landry@
Interface standard for SQL databases and connectivity
that aims to make it easy to write portable and
secure Tcl scripts that access SQL databases.
ok landry@
Hiera is a simple pluggable Hierarchical Database. It can be used to
store various information and therefor is a good fit for the
representation of infrastructure information. It can be used to querying
multiple data backends e.g. YAML or Puppet.
ok jeremy@
of Data.Map. Note that once the database has been parsed, it can
be accessed quickly, but the inital cost of reading 00-index.tar
is fairly high.
ok jasper@
out of date and subject to serious security vulnerabilities, updating
it causes a lot of ports churn for little benefit, and nobody has
offered to maintain it.
OK ajacoutot@, jcs@, jasper@
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
From David Schaefer.
ok dcoppa@