summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform.rb4
-rw-r--r--provider_base/common.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/platform.rb b/platform.rb
index 19563ae8..9f63b4ca 100644
--- a/platform.rb
+++ b/platform.rb
@@ -3,8 +3,8 @@
#
Leap::Platform.define do
- self.version = "1.1.0"
- self.compatible_cli = "1.1".."1.99"
+ self.version = "1.1.2"
+ self.compatible_cli = "1.1.2".."1.99"
#
# the facter facts that should be gathered
diff --git a/provider_base/common.json b/provider_base/common.json
index ade409a6..2313bd8b 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -14,7 +14,7 @@
"public": "= service_type != 'internal_service'"
},
"ssh": {
- "authorized_keys": "= file :authorized_keys",
+ "authorized_keys": "= authorized_keys",
"known_hosts": "=> known_hosts_file",
"port": 22,
"mosh": {