components/puppet/files/solaris/lib/puppet/type/address_object.rb
changeset 2038 b64efc6f1fe1
parent 1921 489d0d0f656f
--- a/components/puppet/files/solaris/lib/puppet/type/address_object.rb	Fri Aug 08 05:49:12 2014 -0700
+++ b/components/puppet/files/solaris/lib/puppet/type/address_object.rb	Thu Aug 07 18:35:12 2014 -0400
@@ -35,8 +35,7 @@
 
     newparam(:temporary) do
         desc "Optional parameter that specifies that the address object is
-              temporary.  Temporary aggregation links last until the next
-              reboot."
+              temporary.  Temporary address objects last until the next reboot."
         newvalues(:true, :false)
     end
 
@@ -48,7 +47,8 @@
     end
 
     newproperty(:enable) do
-        desc "Specifies the address object should be enabled or disabled."
+        desc "Specifies the address object should be enabled or disabled.
+              This property is only applied temporarily, until next reboot."
         newvalues(:true, :false)
     end