summaryrefslogtreecommitdiff
path: root/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'platform.rb')
-rw-r--r--platform.rb6
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