sysdbd-puppet-store-configs(5) ============================== :doctype: manpage NAME ---- sysdbd-puppet-store-configs - puppet::store-configs plugin querying Puppet SYNOPSIS -------- Interval 300 DBAdapter "pgsql" DBName "puppet" DBServer "puppet.domain.tld" DBPort "5432" DBUser "puppet" DBPassword "secret1" DBIOption "name" "value" DESCRIPTION ----------- *puppet::store-configs* is a backend module which queries the configuration management system *Puppet* using its *store configs* database. It connects to the store configs database using a DBI client and periodically queries all hosts and facter facts. The hosts are then stored using their fully qualified domain names whereas facts are stored as host attributes. CONFIGURATION ------------- *puppet::store-configs* accepts the following configuration options: *Connection* '':: A connection block specifies a store configs database to connect to. The specified '' is used to identify the connection internally but otherwise has no special meaning. + A connection block accepts the following configuration options: *DBAdapter* '';; *DBName* '';; *DBServer* '';; *DBPort* '';; *DBUser* '';; *DBPassword* '';; *DBIOption* '' '';; Connection parameters specifying which database to connect to. Each parameter is passed on to DBI when connecting to the database. SEE ALSO -------- manpage:sysdbd[1], manpage:sysdbd.conf[5], http://puppetlabs.com/ AUTHOR ------ SysDB was written by Sebastian "tokkee" Harl . COPYRIGHT --------- Copyright (C) 2012-2014 Sebastian "tokkee" Harl This is free software under the terms of the BSD license, see the source for copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :