@@ -147,17 +147,6 @@ If your logging level is set to INFO or finer, you should start seeing
147147PuppetDB-related log messages appear in both your Puppet master log and your
148148puppetdb log as subsequent agent runs occur.
149149
150- If you’d prefer to use PuppetDB’s embedded database rather than PostgreSQL, have
151- a look at the database parameter on the puppetdb class:
152-
153- class { 'puppetdb':
154- database => 'embedded',
155- }
156-
157- The embedded database can be useful for testing and very small production
158- environments, but it is not recommended for production environments since it
159- consumes a great deal of memory as your number of nodes increase.
160-
161150### Cross-node Dependencies
162151
163152It is worth noting that there are some cross-node dependencies, which means that
@@ -382,10 +371,12 @@ If true, the PostgreSQL server will be managed by this module. Defaults to `true
382371
383372####` database `
384373
385- Which database backend to use; legal values are ` postgres ` (default) or
386- ` embedded ` . The ` embedded ` db can be used for very small installations or for
387- testing, but is not recommended for use in production environments. For more
388- info, see the [ puppetdb docs] ( http://docs.puppetlabs.com/puppetdb/ ) .
374+ Which database backend to use; legal values are ` postgres ` (default)
375+ or ` embedded ` . The ` embedded ` option is not supported on PuppetDB
376+ 4.0.0 or later. ` embedded ` can be used for very small installations or
377+ for testing, but is not recommended for use in production
378+ environments. For more info, see the [ puppetdb
379+ docs] ( http://docs.puppetlabs.com/puppetdb/ ) .
389380
390381####` database_host `
391382
0 commit comments