Added php.ini for mod-php5
This commit is contained in:
parent
c6caa984a4
commit
aa64e7f791
2 changed files with 1901 additions and 0 deletions
|
@ -240,6 +240,12 @@ class rhizomatica_base_system {
|
|||
require => Apt::Ppa['ppa:ondrej/php5'],
|
||||
}
|
||||
|
||||
file { '/etc/php5/apache2/php.ini':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizomatica_base_system/etc/php5/apache2/php.ini',
|
||||
require => Package['libapache2-mod-php5'],
|
||||
}
|
||||
|
||||
#FreeSWITCH
|
||||
package { ['freeswitch', 'freeswitch-lang-en',
|
||||
'freeswitch-mod-amr', 'freeswitch-mod-amrwb',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue