components/puppet/files/solaris/lib/puppet/type/dns.rb
changeset 1683 9adaa0c59314
parent 1661 c59d67c9d1d7
--- a/components/puppet/files/solaris/lib/puppet/type/dns.rb	Mon Feb 03 15:07:01 2014 -0800
+++ b/components/puppet/files/solaris/lib/puppet/type/dns.rb	Mon Feb 03 18:09:10 2014 -0700
@@ -150,9 +150,6 @@
                 raise Puppet::Error, "option #{value} is invalid" \
                     if not simple_opts.include? data[0]
             elsif data.length == 2
-                # XXX
-                raise Puppet::Error, "svccfg is bugged with prop:N options"
-
                 raise Puppet::Error, "option #{value} is invalid" \
                     if not arg_opts.include? data[0]