Hi Mark, please check module path using 'puppet config print modulepath' and install the required core modules into one of the mentioned folders: puppet module install puppetlabs-mount_core --target-dir <path>
This should make the mount resource type available. Best, Martin > On 10. Mar 2021, at 16:22, Mark Dixon <[email protected]> wrote: > > > Hi there, > > Following on from the conversation about the availability of a puppet agent > RPM on el8 for the ppc64le architecture, I'm trying to use agent in the > version of puppet made available as a ruby gem. > > It largely works just by doing this, giving me puppet 7.4.1: > > yum install ruby > gem install puppet > > However, its "mount" resource provider doesn't appear to do anything. I tried > reproducing this on el8 /x86_64: "mount" resources worked under the puppet > agent rpm, but not under the puppet agent from the gem. > > Is this related to the movement of "mount" into the "mount_core" module? > There isn't an obvious extra gem to install, and I tried a "puppet module > install puppetlabs-mount_core" on the client (but suspect that's only a > useful command on the server!) > > Any ideas on how to get the mount resource working for the puppet gem, please? > > Thanks, > > Mark > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/362ba8fc-9dc3-4929-a500-70123de399ecn%40googlegroups.com > > <https://groups.google.com/d/msgid/puppet-users/362ba8fc-9dc3-4929-a500-70123de399ecn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/C82644BE-6459-4484-A8B2-ECAB7B71CA6B%40gmail.com.
