diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-13 14:27:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-13 14:27:12 -0300 |
commit | 4384492539dd9a76d8c9b9a16a19e156e2ad13a9 (patch) | |
tree | 58a61a079499007ce0e8636631507ce44f0f883a /templates | |
parent | fb723f2b800051eb949b8b0db7360ee2038bc077 (diff) | |
download | puppet-apache-4384492539dd9a76d8c9b9a16a19e156e2ad13a9.tar.gz puppet-apache-4384492539dd9a76d8c9b9a16a19e156e2ad13a9.tar.bz2 |
Default PidFile for jessie
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apache2.conf.erb.jessie | 2 |
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. |