You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/connect_puppet_apply.markdown
+3-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ You will have to sign a certificate for every new node you add to your site.
51
51
52
52
Currently, Puppet needs extra Ruby plugins in order to use PuppetDB. Unlike custom facts or functions, these cannot be loaded from a module and must be installed in Puppet's main source directory.
53
53
54
-
* First, ensure that the appropriate [Puppet Labs package repository][package_repos] is enabled. You can use a [package][] resource to do this or use the `apt::source` (from the [puppetlabs-apt][apt] module) and [`yumrepo`][] types.
54
+
* First, ensure that the appropriate [Puppet package repository][package_repos]
55
+
is enabled. You can use a [package][] resource to do this or use the
56
+
`apt::source` (from the [puppetlabs-apt][apt] module) and [`yumrepo`][] types.
55
57
* Next, use Puppet to ensure that the `puppetdb-termini` package is installed:
Copy file name to clipboardExpand all lines: documentation/maintain_and_tune.markdown
+4-1
Original file line number
Diff line number
Diff line change
@@ -82,4 +82,7 @@ If you are saturating your CPU, we recommend [lowering the number of threads][th
82
82
83
83
If you've recently changed the certificates in use by the PuppetDB server, you'll also need to update the SSL configuration for PuppetDB itself.
84
84
85
-
If you've installed PuppetDB from Puppet Labs packages, you can simply re-run the `puppetdb ssl-setup` command. Otherwise, you'll need to again perform the SSL configuration steps outlined in [the installation instructions](./install_from_source.html).
85
+
If you've installed PuppetDB from Puppet packages, you can simply re-run the
86
+
`puppetdb ssl-setup` command. Otherwise, you'll need to again perform the SSL
0 commit comments