From 06675ebe0a69f1b3ae9b9d9fdfdeedf6392c40cf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 1 Feb 2011 11:26:13 -0200 Subject: Loading and checking user configuration --- lib/backend/parse_config.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/backend/parse_config.rb (limited to 'lib/backend/parse_config.rb') diff --git a/lib/backend/parse_config.rb b/lib/backend/parse_config.rb new file mode 100644 index 0000000..c879cb5 --- /dev/null +++ b/lib/backend/parse_config.rb @@ -0,0 +1,26 @@ +#!/usr/bin/env ruby +# +# Keyringer secret management system. +# +# Copyright (C) 2011 Keyringer Development Team. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# + +module Backend + # A wrapper around ParseConfig + def self.parse_config(config) + ParseConfig.new(config) + end +end -- cgit v1.2.3