sr-scripts 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,4 +112,7 @@ if private_dns_alias
112
112
  sns = SrScripts::SNS.get
113
113
  sns.publish(options[:sns_topic_id], "ReloadHostsFile")
114
114
  end
115
+ puts "Updating Instance Tags"
116
+ connection.tags.create(:resource_id => fog_new_master.id, :key => "master_status", :value => "master")
117
+ connection.tags.create(:resource_id => fog_current_master.id, :key => "master_status", :value => "master-retired")
115
118
  end
@@ -1,5 +1,5 @@
1
1
  module Sr
2
2
  module Scripts
3
- VERSION = "0.1.18"
3
+ VERSION = "0.1.19"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 18
9
- version: 0.1.18
8
+ - 19
9
+ version: 0.1.19
10
10
  platform: ruby
11
11
  authors:
12
12
  - Davy Campano