components/puppet/files/solaris/lib/puppet/type/link_aggregation.rb
changeset 1921 489d0d0f656f
parent 1409 9db4ba32e740
--- a/components/puppet/files/solaris/lib/puppet/type/link_aggregation.rb	Wed May 28 11:14:55 2014 -0700
+++ b/components/puppet/files/solaris/lib/puppet/type/link_aggregation.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.
 #
 
 require 'puppet/property/list'
@@ -37,7 +37,7 @@
 
     newparam(:temporary) do
         desc "Optional parameter that specifies that the aggreation is
-              temporary.  Temporary aggreation links last until the next
+              temporary.  Temporary aggregation links last until the next
               reboot."
         newvalues(:true, :false)
     end
@@ -63,8 +63,7 @@
     end
 
     newproperty(:mode) do
-        desc "Specifies which mode to set.  Valid values are trunk or dlmp.
-              Defaults to :trunk"
+        desc "Specifies which mode to set."
         newvalues(:trunk, :dlmp)
     end