diff --git a/assets/pe_console_master_2019.8.png b/assets/pe_console_master_2019.8.png index b29f9319..635e2d9c 100644 Binary files a/assets/pe_console_master_2019.8.png and b/assets/pe_console_master_2019.8.png differ diff --git a/quests/control_repository.md b/quests/control_repository.md index f7df1aca..8c51d78f 100644 --- a/quests/control_repository.md +++ b/quests/control_repository.md @@ -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 Next, use the `ssh-keygen` command to generate a new keypair. @@ -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) diff --git a/quests/facts.md b/quests/facts.md index 65d644f5..53ce0ece 100644 --- a/quests/facts.md +++ b/quests/facts.md @@ -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 diff --git a/troubleshooting.md b/troubleshooting.md index 3a40955c..dee24e8a 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -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,