Generate the config files using a TOML parser

Now we don't need to change both the template and the resources to add
options
This commit is contained in:
Greg Karékinian
2017-05-03 09:53:45 +02:00
parent 462e7ff858
commit e2b483eb3f
4 changed files with 52 additions and 31 deletions

View File

@@ -6,4 +6,6 @@ description 'Installs/Configures kosmos-parity'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
gem 'toml'
depends 'ark'