Commit a9216320 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

stack/slapos.cfg: v↑ rubygemsrecipe to 0.4.3

parent 5dd67af1
......@@ -18,4 +18,4 @@ md5sum = c265bf7ec199190ba9f77960cac5da38
[template-fluentd]
filename = instance-fluentd.cfg
md5sum = cceaa5e32d77659163c211d6bfbe87d6
md5sum = 49c6f3b9edda5225d141220b15197845
......@@ -3,7 +3,7 @@ recipe = slapos.cookbook:wrapper
wrapper-path = {{ directory['service'] }}/fluentd-service
command-line = ${fluentd:location}/bin/fluentd -v -c {{ fluentd_agent_conf }}
environment =
GEM_PATH=${fluentd:location}/lib/ruby/gems/1.8/
GEM_PATH=${fluentd:location}/lib/ruby/gems/
{% set part_list = [] -%}
......
......@@ -100,7 +100,7 @@ class WendelinTutorialTestCase(FluentdTestCase):
fluentd_dir = os.path.join(cls.computer_partition_root_path,
'software_release', 'parts', 'fluentd')
cls._fluentd_bin = os.path.join(fluentd_dir, 'bin', 'fluentd')
cls._gem_path = os.path.join(fluentd_dir, 'lib', 'ruby', 'gems', '1.8')
cls._gem_path = os.path.join(fluentd_dir, 'lib', 'ruby', 'gems')
cls._tmp_dir = tempfile.mkdtemp()
cls._measurementList = cls.sensor_value_list()
cls._conf = cls.get_configuration()
......
......@@ -188,7 +188,7 @@ requests = 2.24.0
scandir = 1.10.0
setproctitle = 1.1.10
setuptools-dso = 1.7
rubygemsrecipe = 0.4.2
rubygemsrecipe = 0.4.3
six = 1.12.0
slapos.cookbook = 1.0.212
slapos.core = 1.6.19
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment