diff options
author | elijah <elijah@riseup.net> | 2013-06-04 22:45:01 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-04 22:45:01 -0700 |
commit | 907c4fb87f2b1a6c9fdb02ba2bd6017d2019762b (patch) | |
tree | 55b5a802a177379b9f4198983d2f5f797650bc49 /platform.rb | |
parent | d74f2370b45136fa18144f25c761f7d4939790e2 (diff) |
add support for client-side collection of facter facts.
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform.rb b/platform.rb index 18b5e291..19563ae8 100644 --- a/platform.rb +++ b/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "1.0.0" - self.compatible_cli = "1.0".."1.99" + self.version = "1.1.0" + self.compatible_cli = "1.1".."1.99" # # the facter facts that should be gathered @@ -38,6 +38,7 @@ Leap::Platform.define do :smtp_service_json_template => 'files/service-definitions/#{arg}/smtp-service.json.erb', # output files + :facts => 'facts.json', :user_ssh => 'users/#{arg}/#{arg}_ssh.pub', :user_pgp => 'users/#{arg}/#{arg}_pgp.pub', :known_hosts => 'files/ssh/known_hosts', |