Skip to content

Commit

Permalink
found a few more dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Jan 18, 2024
1 parent 7370bfc commit 2293e6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docs/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ The app behavior can be controlled with the following list of settings:
!!! note
Over time the compliance report will become more dynamic, but for now allow users to configure the `per_*` configs in a way that fits best for them.

!!! note
Review [`nautobot_plugin_nornir`](https://docs.nautobot.com/projects/plugin-nornir/en/latest/user/app_feature_dispatcher/) for Nornir and dispatcher configuration options.

!!! note
Defaults for Jinja2 environment settings (`jinja_env`) are as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/migrating_to_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If previously you have leveraged the `dispatcher_mapping` to use your preferred
!!! tip
You can safely skip this section if your Dynamic Groups was not using slugs/Site/Region/DeviceRole or your Dynamic Groups are currently in the required state.

In an effort to guide you along, you are highly encouraged to leverage the `nautobot-server audit_dynamic_groups` as [documented](https://docs.nautobot.com/projects/core/en/v2.0.0/user-guide/administration/tools/nautobot-server/#audit_dynamic_groups). You will know you have completed this step, when the scope of devices in your Dynamic Group match your expectations.
In an effort to guide you along, you are highly encouraged to leverage the `nautobot-server audit_dynamic_groups` as [documented](https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/tools/nautobot-server/#audit_dynamic_groups). You will know you have completed this step, when the scope of devices in your Dynamic Group match your expectations.

## GraphQL

Expand Down
2 changes: 1 addition & 1 deletion nautobot_golden_config/utilities/config_postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def render_secrets(config_postprocessing: str, configs: models.GoldenConfig, req
if not config_postprocessing:
return ""

# Based on https://docs.nautobot.com/projects/golden-config/en/latest/dev/dev_adr/#renders-secrets
# Based on https://docs.nautobot.com/projects/golden-config/en/latest/user/app_feature_config_postprocessing/?h=secrets#render-secrets
# the Jinja2 environment that starts with Nautobot should not be used.
jinja_env = SandboxedEnvironment(autoescape=True)

Expand Down

0 comments on commit 2293e6f

Please sign in to comment.