Am Montag, 3. Oktober 2016 14:36:22 UTC+2 schrieb Stephen O'Kane:
>
> Hi,
>    I keep getting this error when running a installation using puppet.
>
> Physical_volume[/dev/disk/by-id/virtio-6c2cd884-c21b-4bff-b-part1]: Could 
> not evaluate: Invalid parameter unless_vg(:unless_vg)
>
> My understanding is that unless_vg is an optional parameter in lvm.
>
> The call that is failing looks like this:
>
>         physical_volume { 
> "/dev/disk/by-id/virtio-6c2cd884-c21b-4bff-b-part1" :
>             ensure => $ensure
>         }
>
>
> I can see no reason for the failure.
>
> I do see a warning, earlier, during initialisation, but I do not think 
> this is an issue.
>
> Warning: Found multiple default providers for physical_volume: lvm, 
> default; using lvm
>
> Any ideas on what the issues is?
>
> I am running on CentOS 6.7, with puppet 3.2.7-1.
>

puppet 3.2.7 is really outdated. I suspect the lvm module is just not 
compatible with your puppet anymore.

What about upgrading ? for the 3.x series: 
https://docs.puppet.com/puppet/3.8/reference/install_el.html or 4.x series 
: https://docs.puppet.com/puppet/4.7/reference/install_linux.html

- Thomas

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/a6e6e049-d9a4-43fb-b117-aaa454f62f94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to