Hi,
I have a agent side function that requires a gem, so I did:
/opt/puppetlabs/puppet/bin/gem install my_gem
If I do list, it shows the gem as being installed, but when invoking the
function it can't find it. Any suggestion?
Thanks very much.
--
You received this message because you are sub
The next release in the Puppet 6 series, Puppet 6.19.0, is now available!
The release contains bug fixes and minor improvements, including:
- New environment_ttl setting to clear short-lived Puppet environments
from memory
- The puppetserver_gem package provider added to core Puppet
-
The next point release in the Puppet 5.5 series, Puppet 5.5.22, is now
available!
The release contains bug fixes and minor improvements, including:
- This release updates the permission for `state.yaml` and
`transactionstore.yaml` to remove the group write access
- Puppet run continues d
Hi Tony,
puppet functions are executed on the puppet server.
You need to install the gem within the puppet server
puppetserver gem install my gem
Hth,
Martin
> On 20. Oct 2020, at 21:37, Tony Wu wrote:
>
> Hi,
>
> I have a agent side function that requires a gem, so I did:
>
> /opt/puppetl