Add the PHP5.5 PPA repository.
This commit is contained in:
parent
27930e5c18
commit
9a8bb4bbda
1 changed files with 4 additions and 9 deletions
|
@ -110,14 +110,8 @@ class rhizomatica_base_system {
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
}
|
}
|
||||||
|
|
||||||
apt::source { 'mosh':
|
apt::ppa { 'ppa:keithw/mosh': }
|
||||||
location => 'http://ppa.launchpad.net/keithw/mosh/ubuntu',
|
apt::ppa { 'ppa:ondrej/php5': }
|
||||||
release => 'precise',
|
|
||||||
repos => 'main',
|
|
||||||
key => '7BF6DFCD',
|
|
||||||
include_src => false,
|
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
file { '/var/rhizomatica':
|
file { '/var/rhizomatica':
|
||||||
|
@ -202,7 +196,7 @@ class rhizomatica_base_system {
|
||||||
#MoSH
|
#MoSH
|
||||||
package { 'mosh':
|
package { 'mosh':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Apt::Source['mosh'],
|
require => Apt::Ppa['ppa:keithw/mosh'],
|
||||||
}
|
}
|
||||||
|
|
||||||
#Riak server
|
#Riak server
|
||||||
|
@ -234,6 +228,7 @@ class rhizomatica_base_system {
|
||||||
package { ['apache2','libapache2-mod-php5', 'rrdtool', 'python-twisted-web', 'python-psycopg2', 'python-pysqlite2',
|
package { ['apache2','libapache2-mod-php5', 'rrdtool', 'python-twisted-web', 'python-psycopg2', 'python-pysqlite2',
|
||||||
'php5', 'php5-pgsql', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost']:
|
'php5', 'php5-pgsql', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost']:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
|
require => Apt::Ppa['ppa:ondrej/php5'],
|
||||||
}
|
}
|
||||||
|
|
||||||
#FreeSWITCH
|
#FreeSWITCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue