Commit 2fe5092a authored by Ekaterina's avatar Ekaterina

add: ruby 2.5

parent ddf4e4a8
...@@ -85,9 +85,6 @@ secure_access = http://$${caddy-configuration:local_ip}:4443} ...@@ -85,9 +85,6 @@ secure_access = http://$${caddy-configuration:local_ip}:4443}
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[slapos]
<= download-source
repository = ${slapos-repository:location}
[create-directory] [create-directory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
extends = extends =
../../../../stack/slapos.cfg ../../../../stack/slapos.cfg
../../../../component/ruby/buildout.cfg
../../../../software/caddy-frontend/software.cfg ../../../../software/caddy-frontend/software.cfg
../../../../software/fluentd/software.cfg ../../../../software/fluentd/software.cfg
...@@ -9,7 +10,7 @@ index = https://pypi.python.org/simple/ ...@@ -9,7 +10,7 @@ index = https://pypi.python.org/simple/
parts = parts =
slapos-cookbook slapos-cookbook
instance-profile ruby2.5
fluentd fluentd
fluentd-plugin-dev-repository fluentd-plugin-dev-repository
template-fluentdConfig template-fluentdConfig
...@@ -30,6 +31,11 @@ output = ${buildout:directory}/instance.cfg ...@@ -30,6 +31,11 @@ output = ${buildout:directory}/instance.cfg
mode = 0644 mode = 0644
[ruby2.5]
<= ruby-common
url = http://ftp.ruby-lang.org/pub/ruby/2.5/ruby-2.5.7.tar.xz
[template-test] [template-test]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/tests/test.py url = ${:_profile_base_location_}/tests/test.py
...@@ -76,6 +82,7 @@ mode = 0644 ...@@ -76,6 +82,7 @@ mode = 0644
[template-caddy-fluentd] [template-caddy-fluentd]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-caddy-fluentd.cfg.in url = ${:_profile_base_location_}/instance-caddy-fluentd.cfg.in
md5sum = bcafba1b45e49bd54205ee256336e160 md5sum = 01989a4f736ee84b51e4c0f84ff238b0
output = ${buildout:directory}/instance-caddy-fluentd.cfg.in output = ${buildout:directory}/instance-caddy-fluentd.cfg.in
mode = 0644 mode = 0644
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