Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Minor tweaks to docs: #304

Open
wants to merge 1 commit into
base: master
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
Binary file modified assets/pe_console_master_2019.8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions quests/control_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ use to authenticate itself with Gitea.

Begin by creating a new `ssh` subdirectory in `/etc/puppetlabs/puppetserver`:

mkdir /etc/puppetlabs/puppetserver/ssh
mkdir -p /etc/puppetlabs/puppetserver/ssh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rutson Does the command fail without the -p option? Can you provide some more details here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a soft error, but it made me pause and double check.
image


Next, use the `ssh-keygen` command to generate a new keypair.

Expand Down Expand Up @@ -491,8 +491,8 @@ First, open the PE console interface in your browser by navigating to
**user:** admin
**password:** puppetlabs

Click on the **Classification** tab in the PE console navigation menu. From
there, expand the **All nodes** and **PE Infrastructure** groups and select
Click on the **Node Groups** item in the PE console navigation menu. From
there, expand the **All Nodes** and **PE Infrastructure** groups and select
the **PE Master** node group.

![image](../assets/pe_console_master_2019.8.png)
Expand Down
10 changes: 4 additions & 6 deletions quests/facts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ To start this quest enter the following command:

## Facter

You already encountered the `facter` tool when we asked you to run `facter
ipaddress` in the setup section of this Quest Guide. We briefly discussed
the tool's role in a Puppet run: the Puppet agent runs `facter` to get a list
of facts about the system to send to the Puppet server as it requests a
catalog. The Puppet server then uses these facts to help compile that catalog
before sending it back to the Puppet agent to be applied.
As we briefly discussed in the setup section, the Puppet agent runs `facter` to
get a list of facts about the system to send to the Puppet server as it
requests a catalog. The Puppet server then uses these facts to help compile
that catalog before sending it back to the Puppet agent to be applied.

Before we get into integrating facts into your Puppet code, let's use the
`facter` tool from the command line to see what kinds of facts are available
Expand Down
2 changes: 1 addition & 1 deletion troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ validation and content on your copy of the Learning VM.

If your puppet runs still fail after trying the steps above, check the Puppet
Enterprise [Known
Issues](https://puppet.com/docs/pe/latest/pe_known_issues.html)
Issues](https://puppet.com/docs/pe/latest/known_issues_pe.html)
page or feel free to contact us at learningvm@puppet.com. Please include
details of your host OS, virtualization software and version, and any details
of the site network configuration where you're running the VM (for example,
Expand Down