Added php.ini for mod-php5
This commit is contained in:
parent
c6caa984a4
commit
aa64e7f791
2 changed files with 1901 additions and 0 deletions
1895
modules/rhizomatica_base_system/files/etc/php5/apache2/php.ini
Normal file
1895
modules/rhizomatica_base_system/files/etc/php5/apache2/php.ini
Normal file
File diff suppressed because it is too large
Load diff
|
@ -240,6 +240,12 @@ class rhizomatica_base_system {
|
||||||
require => Apt::Ppa['ppa:ondrej/php5'],
|
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
|
#FreeSWITCH
|
||||||
package { ['freeswitch', 'freeswitch-lang-en',
|
package { ['freeswitch', 'freeswitch-lang-en',
|
||||||
'freeswitch-mod-amr', 'freeswitch-mod-amrwb',
|
'freeswitch-mod-amr', 'freeswitch-mod-amrwb',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue