Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392061
package.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
package.pp
View Options
# == Class: php::pecl::uploadprogress::package
#
# Install the PHP uploadprogress extension
#
# === Parameters
#
# [*version*]
# The version of uploadprogress to install
# Could be "latest", "installed" or a pinned verison
#
# [*package*]
# The package name for uploadprogress
# For debian it's php5-uploadprogress
#
# [*provider*]
# The provider used to install php5-uploadprogress
# Could be "pecl", "apt" or any other OS package provider
#
# === Variables
#
# No variables
#
# === Examples
#
# include 'php::pecl::uploadprogress::package'
#
# class {'php::pecl::uploadprogress::package':
# version => latest
# }
#
# === Authors
#
# Christian Winther <cw@nodes.dk>
#
# === Copyright
#
# Copyright 2012-2013 Nodes, unless otherwise noted.
#
class
php
::
pecl
::
uploadprogress
::
package
(
$version
=
$php::pecl::uploadprogress::params::version,
$package
=
$php::pecl::uploadprogress::params::package,
$provider
=
$php::pecl::uploadprogress::params::provider
)
inherits
php
::
pecl
::
uploadprogress
::
params
{
php
::
pecl
::
package
{
'uploadprogress'
:
version
=>
$version,
package
=>
$package,
provider
=>
$provider
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:54 PM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398862
Attached To
R140 puppet-puppet-php
Event Timeline
Log In to Comment