dev/provisioning/modules/sysconfig/manifests/php.pp
changeset 339 766af1228b05
parent 325 31a4987f6017
child 437 7693515f2e4a
equal deleted inserted replaced
338:4a3899b6a7ed 339:766af1228b05
    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",