From d6682ddd8566292571daf6004265f3b38f054cd8 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 5 Sep 2013 22:40:12 -0700 Subject: make sure we gather ec2_public_ipv4 fact. REQUIRES latest leap_cli (1.2.2) --- platform.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform.rb') diff --git a/platform.rb b/platform.rb index f6ff82c6..5f442c0c 100644 --- a/platform.rb +++ b/platform.rb @@ -3,13 +3,13 @@ # Leap::Platform.define do - self.version = "0.2.3" - self.compatible_cli = "1.2.1".."1.99" + self.version = "0.2.4" + self.compatible_cli = "1.2.2".."1.99" # # the facter facts that should be gathered # - self.facts = ["ec2_local_ipv4"] + self.facts = ["ec2_local_ipv4", "ec2_public_ipv4"] # # the named paths for this platform -- cgit v1.2.3