equal
deleted
inserted
replaced
27 } |
27 } |
28 |
28 |
29 augeas { "php_ini/memory_limit": |
29 augeas { "php_ini/memory_limit": |
30 lens => "PHP.lns", |
30 lens => "PHP.lns", |
31 incl => "/opt/remi/php56/root/etc/php.ini", |
31 incl => "/opt/remi/php56/root/etc/php.ini", |
32 changes => "set PHP/memory_limit 128M", |
32 changes => "set PHP/memory_limit 512M", |
33 notify => Service['httpd'], |
33 notify => Service['httpd'], |
34 require => Package["php56"] |
34 require => Package["php56"] |
35 }-> |
35 }-> |
36 augeas { "php_ini/max_execution_time": |
36 augeas { "php_ini/max_execution_time": |
37 lens => "PHP.lns", |
37 lens => "PHP.lns", |