Skip to content

Commit

Permalink
Simplified buildout.cfg to easier extends it with puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Nov 23, 2020
1 parent 6cc3264 commit 6f5532f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 10 additions & 0 deletions buildout-main.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[buildout]
# Add the config name you want to use in the extends attribute: dev.cfg, prod.cfg, ...
extends =
base.cfg
port.cfg
amqp.cfg
# prod.cfg
sources.cfg
dev.cfg
test.cfg
8 changes: 1 addition & 7 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[buildout]
# Add the config name you want to use in the extends attribute: dev.cfg, prod.cfg, ...
extends =
base.cfg
port.cfg
amqp.cfg
# prod.cfg
sources.cfg
dev.cfg
buildout-main.cfg
# restapi.cfg
# solr.cfg
test.cfg

0 comments on commit 6f5532f

Please sign in to comment.