From 907c4fb87f2b1a6c9fdb02ba2bd6017d2019762b Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 4 Jun 2013 22:45:01 -0700 Subject: add support for client-side collection of facter facts. --- platform.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'platform.rb') 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', -- cgit v1.2.3