Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
d2c912b6
Commit
d2c912b6
authored
Nov 06, 2012
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new default root
parent
c81ec63a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
3 deletions
+26
-3
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+14
-2
stack/lamp/default-root.cfg.in
stack/lamp/default-root.cfg.in
+10
-0
stack/lamp/instance.cfg
stack/lamp/instance.cfg
+2
-1
No files found.
stack/lamp/buildout.cfg
View file @
d2c912b6
...
...
@@ -20,6 +20,9 @@ parts =
template-mariadb-import
template-mariadb-export
template-default-root
extends =
../resilient/buildout.cfg
../../component/mariadb/buildout.cfg
...
...
@@ -65,14 +68,14 @@ strip-top-level-dir = true
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
md5sum =
8b4660ccaccda1fa8b0e73b8ac38be11
md5sum =
33dfe88c7b477ed565bee141cd09f86c
mode = 0644
[template-apache-php]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/apache/instance-apache-php.cfg
output = ${buildout:directory}/template-apache-php.cfg
md5sum =
d22e0fbf6fad9cdc9b7584a2d0ef4b2c
md5sum =
a5dd222b3faa4e1ef2df9b3b9bb47966
mode = 0644
[template-apache-backup]
...
...
@@ -120,6 +123,15 @@ md5sum = 4b7dec765265b27c8235419b82ca7b02
mode = 0644
[template-default-root]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/default-root.cfg.in
output = ${buildout:directory}/default-root.cfg
#md5sum = 48e0c1511db6786d63b1e194446b506b
mode = 0644
# Dummy parts in case no application configuration file is needed
[application-template]
filename =
...
...
stack/lamp/default-root.cfg.in
0 → 100644
View file @
d2c912b6
[buildout]
parts = request-apache
[request-apache]
<= slap-connection
recipe = slapos.cookbook:request
software-url = $${slap-connection:software-release-url}
software-type = apache
name = Apache
stack/lamp/instance.cfg
View file @
d2c912b6
...
...
@@ -12,7 +12,8 @@ offline = true
[switch_softwaretype]
recipe = slapos.cookbook:softwaretype
default = ${template-apache-php:output}
default = ${template-default-root:output}
apache = ${template-apache-php:output}
resilient = ${template-resilient-lamp:rendered}
mariadb = ${template-mariadb:output}
mariadb-import = ${template-mariadb-import:output}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment