Add newer ondrej ppa, update to php5.6
This commit is contained in:
parent
e28e6a3c07
commit
728fe30a63
3 changed files with 11 additions and 5 deletions
|
@ -13,7 +13,9 @@
|
|||
class rhizo_base::apt {
|
||||
class { '::apt': }
|
||||
apt::ppa { 'ppa:keithw/mosh': }
|
||||
apt::ppa { 'ppa:ondrej/php5': }
|
||||
apt::ppa { 'ppa:ondrej/php': }
|
||||
apt::ppa { 'ppa:ondrej/apache2': }
|
||||
|
||||
file { '/etc/apt/apt.conf.d/90unsigned':
|
||||
ensure => present,
|
||||
content => 'APT::Get::AllowUnauthenticated "true";',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue