Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392054
params.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
999 B
Subscribers
None
params.pp
View Options
# == Class: php::pear::params
#
# Defaults file for pear package
#
# === Parameters
#
# No parameters
#
# === Variables
#
# [*version*]
# The version of the pear package to install
# Could be "latest", "installed" or a pinned verison
#
# [*package*]
# The package name for pear package
# For debian it's php5-pear
#
# [*provider*]
# The provider used to install php5-pear
# Could be "pecl", "apt" or any other OS package provider
#
# [*config_file*]
# The path to the ini php5-pear ini file
#
# [*config_changes*]
# Hash with 'set' nested hash of key => value
# set changes to agues when applied to *config_file*
#
# === Examples
#
# include 'php::pear::package'
#
# class {'php::pear::package
# version => latest
# }
#
# === Authors
#
# Christian Winther <cw@nodes.dk>
#
# === Copyright
#
# Copyright 2012-2013 Nodes, unless otherwise noted.
#
class
php
::
pear
::
params
{
$version
=
$php::params::version
$package
=
[
'php-pear'
]
$provider
=
undef
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Jun 4 2025, 6:53 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3379335
Attached To
R140 puppet-puppet-php
Event Timeline
Log In to Comment