Method: Shards::Dns#set
- Defined in:
- lib/shards/dns.rb
#set(dryrun: true) ⇒ Object
30 31 32 33 34 35 36 37 38 39 |
# File 'lib/shards/dns.rb', line 30 def set dryrun: true if dryrun else print_output set_aws_route53_record end print_output end |