Compare commits

..

No commits in common. "c23ab2a4db98522bd202acfc7499a714063ce4ef" and "a27eaca831781e9681204f7731c02f5e99f846c9" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ vars:
"cfg_dir" string => "$(etc_dir)/apache24";
"main_cfg" string => "$(cfg_dir)/httpd.conf";
"libexec_dir" string => "libexec/apache24";
"www_dir" string => "/usr/local/www",unless => isvariable( $(this.promiser) ) ;
"www_dir" string => "/usr/local/www";
"default_html_dir" string => "$(www_dir)/apache24";
"server_root" string => "/usr/local";
"modules" data => '[
@ -51,7 +51,7 @@ vars:
"www_user" string => "www-data";
"www_group" string => "www-data";
"mime_types" string => "/etc/mime.types";
"www_dir" string => "/var/www",unless => isvariable( $(this.promiser) ) ;
"www_dir" string => "/var/www";
"default_html_dir" string => "$(www_dir)/html";
"etc_dir" string => "/etc";
"cfg_dir" string => "$(etc_dir)/apache2";
@ -150,7 +150,7 @@ services:
service_policy => "start",
handle => "apache_running";
"php_changed|apache_changed"::
php_changed|apache_changed::
"$(apache.service_name)"
service_policy => "restart";
}