Skip to content

fix: path #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/recovery/automated_recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Please note, the optional parameters and values of the plan are as follows:
| `dns_alt_names` | `undef` | |
| `primary_postgresql_host` | `undef` | By default, this will pre-populate to the required value depending on whether your architecture contains HA and or external databases. |

For more information around adding compilers to your infrastructure [Expanding Your Deployment](expanding.md#adding-compilers-with-peadmadd_compiler)
For more information around adding compilers to your infrastructure [Expanding Your Deployment](../expanding.md#adding-compilers-with-peadmadd_compiler)
2 changes: 1 addition & 1 deletion documentation/recovery/recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This procedure uses the following placeholder references.
extension_requests:1.3.6.1.4.1.34380.1.1.9812=puppet/server \
extension_requests:1.3.6.1.4.1.34380.1.1.9813=<replacement-avail-group-letter>

source /ect/profile.d/puppet-agent.sh
source /etc/profile.d/puppet-agent.sh

puppet agent -t

Expand Down
Loading