Skip to content

Conversation

@odidev
Copy link
Owner

@odidev odidev commented Nov 4, 2025

No description provided.

@odidev odidev force-pushed the puppet_LP branch 2 times, most recently from 98a1a9b to 417699f Compare November 4, 2025 04:59
In this guide, you will perform baseline testing of Puppet on a GCP SUSE Arm64 VM to verify that the installation works correctly. You will check Puppet and Facter versions, run basic Puppet commands, apply a simple manifest, and confirm that system facts are collected accurately.

### Verify Puppet Installation
Check that Puppet and Facter are correctly installed and respond to version checks:

Choose a reason for hiding this comment

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

Verify that Puppet and Facter are correctly installed and respond to version checks:

ruby -v
```
### Run a Simple Puppet Command
Check that Puppet responds to commands by running puppet help. Seeing the help menu confirms that Puppet is working properly.

Choose a reason for hiding this comment

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

Check that Puppet responds to commands by running puppet help. If the help menu appears, Puppet is working correctly.



### Prerequisites
Ensure Puppet is installed and working:

Choose a reason for hiding this comment

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

Ensure that Puppet is installed and functioning correctly:

### Build and install the Puppet gem
The **Puppet gem** provides the core Puppet framework, including its CLI, manifest parser, and resource management engine.

Builds and installs the Puppet 8.10.0 package from source into your Ruby environment.

Choose a reason for hiding this comment

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

Suggested change
Builds and installs the Puppet 8.10.0 package from source into your Ruby environment.
Build and install the Puppet 8.10.0 package from source into your Ruby environment.

```

### Verification
Confirms Puppet is successfully installed and ready to use on the system.

Choose a reason for hiding this comment

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

Suggested change
Confirms Puppet is successfully installed and ready to use on the system.
Confirm Puppet is successfully installed and ready to use on the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants