diff options
author | elijah <elijah@ChrUbuntu.(none)> | 2013-09-05 22:40:12 -0700 |
---|---|---|
committer | elijah <elijah@ChrUbuntu.(none)> | 2013-09-05 22:40:12 -0700 |
commit | d6682ddd8566292571daf6004265f3b38f054cd8 (patch) | |
tree | aee9af625103f3f4b607418f3120b0f3f9abbb05 | |
parent | a6a001c4b2bb147a3ef25f9058c48658bf1ef573 (diff) |
make sure we gather ec2_public_ipv4 fact. REQUIRES latest leap_cli (1.2.2)
-rw-r--r-- | platform.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |