aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-passenger/files/pkg-message-apache.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-passenger/files/pkg-message-apache.in')
-rw-r--r--www/rubygem-passenger/files/pkg-message-apache.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/rubygem-passenger/files/pkg-message-apache.in b/www/rubygem-passenger/files/pkg-message-apache.in
index 38ad68aaaf11..065a377715ed 100644
--- a/www/rubygem-passenger/files/pkg-message-apache.in
+++ b/www/rubygem-passenger/files/pkg-message-apache.in
@@ -1,5 +1,6 @@
-#####################################################################
-
+[
+{ type: install
+ message: <<EOM
Please edit your Apache configuration file, and add these lines:
LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so
@@ -9,5 +10,6 @@ Please edit your Apache configuration file, and add these lines:
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
-
-#####################################################################
+EOM
+}
+]