HomePhorge

[#3921] Add facts_terminus setting to Puppet settings
97936c6d3fa3Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

[#3921] Add facts_terminus setting to Puppet settings

  • defaults to "facter"
  • no longer set the facts terminus class in for puppetmaster, use setting instead

Implements an abstract CouchDB terminus and a concrete CouchDB terminus
used to store node facts. Node facts are stored in a "node" document as
the "facts" attribute. This node document may also be used by other
couchdb termini that store node-related information. It is recommended
to use a separate document (or documents) to store large data structures
like catalogs, linking them to their related node document using
embedded ids.

This implementation depends on the "couchrest" gem.

Details

Provenance
Rein Henrichs <rein@puppetlabs.com>Authored on
James Turnbull <james@lovedthanlost.net>Committed on Jun 26 2010, 7:54 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUdb39b7c0848f: [#4026] When --use_cached_catalog is specified on a puppetd run actully use…
Branches
Unknown
Tags
Unknown

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPU97936c6d3fa3: [#3921] Add facts_terminus setting to Puppet settings (authored by Rein Henrichs <rein@puppetlabs.com>).Jun 26 2010, 7:54 PM