diff options
author | elijah <elijah@riseup.net> | 2014-02-09 17:04:58 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-02-09 17:04:58 -0800 |
commit | 665db30f37838bcebbfdc368f65ed369282c31b8 (patch) | |
tree | f916b0c1c131f701869b2b739f72f6668f09e16f /platform.rb | |
parent | b9fa9cfc83d552faafe41ebba183fb06f45f6ca5 (diff) |
deploy a valid /etc/ssh/ssh_known_hosts for all nodes (requires new leap_cli)
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index ee87789a..54590f4b 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "0.3.0" - self.compatible_cli = "1.3.1".."1.99" + self.version = "0.4.0" + self.compatible_cli = "1.4.0".."1.99" # # the facter facts that should be gathered |