pcorliss / ruby_route_53

Ruby gem and command line tool for Amazon's Route 53 service.
blog.50projects.com
GNU General Public License v3.0
172 stars 32 forks source link

Add support for changing hosted zone status #14

Open gdb opened 13 years ago

gdb commented 13 years ago

Currently you can't change a record from being a hosted zone to not in a single transaction. My first patch allows you to pass '--hosted-zone' with no argument to disable hosted zone status. The second one passes along the comment value supplied by the user to the update code.