Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7450956
cli.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
603 B
Subscribers
None
cli.pp
View Options
# Install and configure php CLI
#
# === Parameters
#
# [*inifile*]
# The path to the ini php5-cli ini file
#
# [*settings*]
# Hash with nested hash of key => value to set in inifile
#
class
php
::
cli
(
$inifile
=
$::php::params::cli_inifile,
$settings
=
{}
)
inherits
::
php
::
params
{
if
$caller_module_name
!=
$module_name
{
warning
(
'php::cli is private'
)
}
validate_absolute_path
(
$inifile)
validate_hash
(
$settings)
$real_settings
=
deep_merge
(
$settings,
hiera_hash
(
'php::cli::settings'
,
{}))
::
php
::
config
{
'cli'
:
file
=>
$inifile,
config
=>
$real_settings,
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 9:17 AM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3274703
Attached To
R140 puppet-puppet-php
Event Timeline
Log In to Comment