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
e81ff26c
Commit
e81ff26c
authored
Nov 16, 2011
by
Antoine Catton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use stunnel post-rotate-script in lamp stack
parent
d04451b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+2
-2
stack/lamp/instance-apache-php.cfg
stack/lamp/instance-apache-php.cfg
+2
-0
stack/lamp/instance-mariadb.cfg
stack/lamp/instance-mariadb.cfg
+2
-0
No files found.
stack/lamp/buildout.cfg
View file @
e81ff26c
...
@@ -83,7 +83,7 @@ mode = 0644
...
@@ -83,7 +83,7 @@ mode = 0644
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-apache-php.cfg
url = ${:_profile_base_location_}/instance-apache-php.cfg
output = ${buildout:directory}/template-apache-php.cfg
output = ${buildout:directory}/template-apache-php.cfg
md5sum =
c6142b3d1606d2c98fedefb81f5a5638
md5sum =
96d226b30e882e1046e37473109d1ece
mode = 0644
mode = 0644
[template-backuped]
[template-backuped]
...
@@ -104,7 +104,7 @@ mode = 0644
...
@@ -104,7 +104,7 @@ mode = 0644
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-mariadb.cfg
url = ${:_profile_base_location_}/instance-mariadb.cfg
output = ${buildout:directory}/template-mariadb.cfg
output = ${buildout:directory}/template-mariadb.cfg
md5sum =
d0670508b0c38879a2c7965ad5b2ab57
md5sum =
70ab558c2e925c3627c39fbc20a7501c
mode = 0644
mode = 0644
[template-mariadb-pbsready]
[template-mariadb-pbsready]
...
...
stack/lamp/instance-apache-php.cfg
View file @
e81ff26c
...
@@ -96,6 +96,7 @@ key-file = $${directory:stunnel-conf}/stunnel.key
...
@@ -96,6 +96,7 @@ key-file = $${directory:stunnel-conf}/stunnel.key
cert-file = $${directory:stunnel-conf}/stunnel.crt
cert-file = $${directory:stunnel-conf}/stunnel.crt
pid-file = $${basedirectory:run}/stunnel.pid
pid-file = $${basedirectory:run}/stunnel.pid
wrapper = $${rootdirectory:bin}/raw_stunnel
wrapper = $${rootdirectory:bin}/raw_stunnel
post-rotate-script = $${rootdirectory:bin}/stunnel_post_rotate
[request-mariadb]
[request-mariadb]
<= slap-connection
<= slap-connection
...
@@ -138,6 +139,7 @@ frequency = daily
...
@@ -138,6 +139,7 @@ frequency = daily
rotate-num = 30
rotate-num = 30
notifempty = true
notifempty = true
create = true
create = true
post = $${stunnel:post-rotate-script}
[cron]
[cron]
recipe = slapos.cookbook:cron
recipe = slapos.cookbook:cron
...
...
stack/lamp/instance-mariadb.cfg
View file @
e81ff26c
...
@@ -91,6 +91,7 @@ local-port = $${mariadb:port}
...
@@ -91,6 +91,7 @@ local-port = $${mariadb:port}
remote-host = $${slap-network-information:global-ipv6}
remote-host = $${slap-network-information:global-ipv6}
remote-port = 6446
remote-port = 6446
client = false
client = false
post-rotate-script = $${rootdirectory:bin}/stunnel_post_rotate
[logrotate]
[logrotate]
recipe = slapos.cookbook:logrotate
recipe = slapos.cookbook:logrotate
...
@@ -126,6 +127,7 @@ frequency = daily
...
@@ -126,6 +127,7 @@ frequency = daily
rotate-num = 30
rotate-num = 30
notifempty = true
notifempty = true
create = true
create = true
post = $${stunnel:post-rotate-script}
[logrotate-entry-cron]
[logrotate-entry-cron]
<= logrotate
<= logrotate
...
...
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