Displaying 1 result from an estimated 1 matches for "netapp_volum".
Did you mean:
netapp_volume
2012 Nov 07
2
Custom Type & Invalid Parameter...
...te server: Error 400 on SERVER:
> Invalid parameter aggregate at /etc/puppet/manifests/site.pp:30 on node
> actint-star-nactl01
>
Now as far as I can see, the parameter is defined correctly in the manifest
and the type:
Manifest:
> # Test NetApp volume provider
> netapp_volume { ''v_puppet_test'':
> ensure => present,
> initsize => "1g",
> aggregate => "aggr01",
> spaceres => "none",
> }
>
Type:
> Puppet::Type.newtype(...