Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9340076
ubuntu.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
372 B
Subscribers
None
ubuntu.pp
View Options
# Configure ubuntu ppa
#
# === Parameters
#
# [*oldstable*]
# Install 5.4 (ondrej/php5-oldstable PPA)
#
class
php
::
repo
::
ubuntu
(
$oldstable
=
false
,
)
{
include
'::apt'
validate_bool
(
$oldstable)
if
(
$::lsbdistcodename
==
'precise'
or
$oldstable
==
true
)
{
::
apt
::
ppa
{
'ppa:ondrej/php5-oldstable'
:
}
}
else
{
::
apt
::
ppa
{
'ppa:ondrej/php5'
:
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 10:12 AM (5 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3450943
Attached To
R140 puppet-puppet-php
Event Timeline
Log In to Comment