Commit 9de87fda authored by HongzheWang's avatar HongzheWang

Edits instance name in Lamp

See merge request nexedi/slapos!1190
parents 054386d6 04fe5169
Pipeline #22101 failed with stage
......@@ -12,10 +12,8 @@ parts =
# Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed
# in 99,9% of Slapos Software Releases)
slapos-cookbook
# to create file instance-matomo.cfg in instance of apache-php
template-matomo-instance
# to create file instance.cfg of all instances
instance
lamp-instance
# download bas
# inherited by modules that need to download files
......
......@@ -9,7 +9,7 @@ parts =
php-apcu
dropbear
eggs
instance
lamp-instance
extends =
buildout.hash.cfg
......@@ -69,7 +69,7 @@ db-password = insecure
#----------------
#-- Instance-level buildout profiles.
[instance]
[lamp-instance]
recipe = slapos.recipe.template:jinja2
output = ${buildout:directory}/instance.cfg
url = ${:_profile_base_location_}/${:filename}
......
......@@ -12,7 +12,7 @@
# Substitution (${...:...}), extension ([buildout] extends = ...) and
# section inheritance (< = ...) are NOT supported (but you should really
# not need these here).
[instance]
[lamp-instance]
filename = instance.cfg.in
md5sum = 603d03f43ea04e95237c80d3b9e72ba7
......
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