diff -r 3ed8d7c25c17 -r 489d0d0f656f components/puppet/files/solaris/lib/puppet/type/vni_interface.rb --- a/components/puppet/files/solaris/lib/puppet/type/vni_interface.rb Wed May 28 11:14:55 2014 -0700 +++ b/components/puppet/files/solaris/lib/puppet/type/vni_interface.rb Thu May 29 15:59:20 2014 -0600 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. # Puppet::Type.newtype(:vni_interface) do @@ -35,8 +35,7 @@ newparam(:temporary) do desc "Optional parameter that specifies that the VNI interface is - temporary. Temporary interfaces last until the next reboot. - Defaults to `false`." + temporary. Temporary interfaces last until the next reboot." newvalues(:true, :false) end end