Skip to content

Commit

Permalink
Merge pull request #18 from voxpupuli/pe
Browse files Browse the repository at this point in the history
Document PE installation constraints
  • Loading branch information
bastelfreak committed Jan 26, 2024
2 parents 40a3e85 + 749434c commit f8efd03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,14 @@ This module includes functions and datatypes only.

### Setup Requirements

Bolt and Puppet
This module requires the `terminal-table` gem. It's a direct dependency for
bolt, so open source users don't need to install additional gems. For PE users
that want to use the function, they need to install terminal-table for the
orchestrator:

```
GEM_PATH=/opt/puppetlabs/server/apps/bolt-server/lib/ruby GEM_HOME=/opt/puppetlabs/server/apps/bolt-server/lib/ruby /opt/puppetlabs/puppet/bin/gem install terminal-table --no-document
```

## Usage

Expand Down

0 comments on commit f8efd03

Please sign in to comment.