From ee4f24abf2a7848a015cfb02bfbdebf7b0874d8e Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 4 Feb 2014 09:16:19 +0100 Subject: hand config files on the command line to the daemon --- lib/tapicero.rb | 6 +----- lib/tapicero/version.rb | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/tapicero.rb b/lib/tapicero.rb index 0c7007f..390257d 100644 --- a/lib/tapicero.rb +++ b/lib/tapicero.rb @@ -1,9 +1,6 @@ unless defined? BASE_DIR BASE_DIR = Pathname.new(__FILE__) + '../..' end -unless defined? TAPICERO_CONFIG - TAPICERO_CONFIG = '/etc/leap/tapicero.yaml' -end module Tapicero class <