I don't see where you declare this resource:
require => Filesystem[ "/dev/mapper/root_vg-WebSphere" ],
In order to require that, you would first need to declare it somewhere, for
instance:
filesystem { '/dev/mapper/root_vg-WebSphere':
ensure => present,
fstype => 'ext4',
}
Of course,
Chris,
Already have the pluginsync directive in the [agent] section of my
puppet.conf - thanks for covering that off anyway. I've included the
relevant Puppet manifest snippets below as I could be doing something very
very silly at a code level that someone could identify:
Firstly I have decl
I'm kind of guessing, but it might be that you need to push out the custom
providers to the client. Try putting "pluginsync = true" in the [agent]
section of your puppet.conf on that client, and try again.
Chris
On Fri, Aug 23, 2013 at 8:07 AM, Andy Stevens wrote:
> Hi,
>
> I'm struggling to m
Hi,
I'm struggling to make use of the resources and types provided by
puppetlabs/lvm.
If I attempt to make use of the various resource types i.e. filesystem, lvm
etc. from within my nodes.pp then I have no problem at all. However if I
attempt to reference them from a class I have created, whe