Displaying 1 result from an estimated 1 matches for "aggr01".
Did you mean:
aggr0
2012 Nov 07
2
Custom Type & Invalid Parameter...
...ed 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(:netapp_volume) do
> @doc = "Manage Netapp Volume creation, modification and deletion."
>
> apply_to_device
>
> ensurable do
> desc "Netapp...