From 19567504f45a1041a088a8b91e1eb323583661f5 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 22 Jan 2015 14:11:15 -0800 Subject: added support for custom tests in files/tests --- platform.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'platform.rb') diff --git a/platform.rb b/platform.rb index c37b6d29..26b17465 100644 --- a/platform.rb +++ b/platform.rb @@ -52,10 +52,12 @@ Leap::Platform.define do :soledad_service_json_template => 'files/service-definitions/#{arg}/soledad-service.json.erb', :smtp_service_json_template => 'files/service-definitions/#{arg}/smtp-service.json.erb', - # custom puppet + # custom files :custom_puppet_dir => 'files/puppet', :custom_puppet_modules_dir => 'files/puppet/modules', :custom_puppet_manifests_dir => 'files/puppet/manifests', + :custom_tests => 'files/tests', + :custom_bin => 'files/bin', # output files :facts => 'facts.json', -- cgit v1.2.3