diff options
author | elijah <elijah@riseup.net> | 2014-02-07 00:01:42 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-02-07 00:01:42 -0800 |
commit | b9fa9cfc83d552faafe41ebba183fb06f45f6ca5 (patch) | |
tree | 3ba284dd50ca064047a8b1f1fa3ff91e3db8f474 /platform.rb | |
parent | b14ceb03bf9bfc77f43f1848400c868a2ab2208f (diff) |
monitor nodes get all nodes listed in /etc/hosts
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.rb b/platform.rb index 62fb0215..ee87789a 100644 --- a/platform.rb +++ b/platform.rb @@ -4,7 +4,7 @@ Leap::Platform.define do self.version = "0.3.0" - self.compatible_cli = "1.3.0".."1.99" + self.compatible_cli = "1.3.1".."1.99" # # the facter facts that should be gathered |