summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-13 14:27:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-13 14:27:12 -0300
commit4384492539dd9a76d8c9b9a16a19e156e2ad13a9 (patch)
tree58a61a079499007ce0e8636631507ce44f0f883a /templates
parentfb723f2b800051eb949b8b0db7360ee2038bc077 (diff)
downloadpuppet-apache-4384492539dd9a76d8c9b9a16a19e156e2ad13a9.tar.gz
puppet-apache-4384492539dd9a76d8c9b9a16a19e156e2ad13a9.tar.bz2
Default PidFile for jessie
Diffstat (limited to 'templates')
-rw-r--r--templates/apache2.conf.erb.jessie2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache2.conf.erb.jessie b/templates/apache2.conf.erb.jessie
index 5d39e89..63c4b6a 100644
--- a/templates/apache2.conf.erb.jessie
+++ b/templates/apache2.conf.erb.jessie
@@ -63,7 +63,7 @@ Mutex sem
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
-PidFile /var/run/apache2.pid
+PidFile ${APACHE_PID_FILE}
#
# Timeout: The number of seconds before receives and sends time out.