Page MenuHomeSoftware Heritage

cli.pp
No OneTemporary

# 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(
Stdlib::Absolutepath $inifile = $::php::params::cli_inifile,
Hash $settings = {}
) inherits ::php::params {
if $caller_module_name != $module_name {
warning('php::cli is private')
}
$real_settings = deep_merge($settings, hiera_hash('php::cli::settings', {}))
::php::config { 'cli':
file => $inifile,
config => $real_settings,
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 21, 6:40 PM (2 w, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3275084

Event Timeline