Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392029
params.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
944 B
Subscribers
None
params.pp
View Options
# == Class: php::extension::imap::params
#
# Defaults file for the imap PHP extension
#
# === Parameters
#
# No parameters
#
# === Variables
#
# [*ensure*]
# The version of the package to install
# Could be "latest", "installed" or a pinned version
# This matches "ensure" from Package
#
# [*package*]
# The package name in your provider
#
# [*provider*]
# The provider used to install the package
#
# [*inifile*]
# The path to the extension ini file
#
# [*settings*]
# Hash with 'set' nested hash of key => value
# set changes to agues when applied to *inifile*
#
# === Examples
#
# No examples
#
# === Authors
#
# Arthur Andersen <leoc.git@gmail.com>
#
# === Copyright
#
# Copyright 2012-2013 Nodes, unless otherwise noted.
#
class
php
::
extension
::
imap
::
params
{
$ensure
=
$php::params::ensure
$package
=
'php5-imap'
$provider
=
undef
$inifile
=
'/etc/php5/conf.d/20-imap.ini'
$settings
=
{
set
=>
{}
}
}
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
3378220
Attached To
R140 puppet-puppet-php
Event Timeline
Log In to Comment