File tree 3 files changed +11
-2
lines changed
src/Puphpet/Extension/ApacheBundle/Resources/views
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mod 'puppetlabs/firewall',
26
26
:ref => '1.1.1'
27
27
mod 'puppetlabs/java' ,
28
28
:git => 'https://github.com/puppetlabs/puppetlabs-java.git' ,
29
- :ref => '1.2 .0'
29
+ :ref => '1.3 .0'
30
30
mod 'attachmentgenie/locales' ,
31
31
:git => 'https://github.com/attachmentgenie/attachmentgenie-locales.git' ,
32
32
:ref => '1.1.1'
Original file line number Diff line number Diff line change 38
38
# centos 2.4 installation creates webroot automatically,
39
39
# requiring us to manually set owner and permissions via exec
40
40
exec { 'Create apache webroot' :
41
- command => " mkdir -m 775 - p ${www_root} && \
41
+ command => " mkdir -p ${www_root} && \
42
42
chown root:${webroot_group} ${www_root} && \
43
+ chmod 775 ${www_root} && \
43
44
touch /.puphpet-stuff/apache-webroot-created" ,
44
45
creates => ' /.puphpet-stuff/apache-webroot-created' ,
45
46
require => [
Original file line number Diff line number Diff line change 1
1
{% import " PuphpetMainBundle:front:macros/popover.html.twig" as popover %}
2
2
<section id =" apache" >
3
3
<div class =" row" >
4
+ <div class =" col-xs-12" >
5
+ <div class =" alert alert-danger" role =" alert" >
6
+ <p >
7
+ <strong >Warning!</strong >
8
+ PuPHPet has dropped support for mod_php. You are encouraged to use fastcgi.
9
+ </p >
10
+ </div >
11
+ </div >
4
12
<div class =" col-xs-12" >
5
13
<div class =" panel panel-default" >
6
14
<div class =" panel-heading" >
You can’t perform that action at this time.
0 commit comments