Page MenuHomeSoftware Heritage

params.pp
No OneTemporary

params.pp

# == Class: php::cli::params
#
# Defaults file for CLI package
#
# === 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 for apache package
#
# [*provider*]
# The provider used to install package
#
# [*config_file*]
# The path to the ini php5 apache ini file
#
# [*config_changes*]
# Hash with 'set' nested hash of key => value
# set changes to agues when applied to *config_file*
#
# === Examples
#
# No examples
#
# === Authors
#
# Christian Winther <cw@nodes.dk>
#
# === Copyright
#
# Copyright 2012-2013 Nodes, unless otherwise noted.
#
class php::cli::params {
$ensure = $php::params::ensure
$package = 'php5-cli'
$provider = undef
$config_file = '/etc/php5/cli/php.ini'
$config_changes = {
set => {
'PHP/short_open_tag' => 'Off',
'PHP/asp_tags' => 'Off',
'PHP/expose_php' => 'Off',
'PHP/memory_limit' => '1G',
'PHP/display_errors' => 'Off',
'PHP/log_errors' => 'On',
'PHP/post_max_size' => '500M',
'PHP/upload_max_filesize' => '500M',
'PHP/max_execution_time' => 600,
'PHP/allow_url_include' => 'Off',
'PHP/error_log' => 'syslog',
'PHP/output_buffering' => 4096,
'PHP/output_handler' => 'Off',
'Date/date.timezone' => 'UTC'
}
}
}

File Metadata

Mime Type
text/x-c++
Expires
Jun 4 2025, 6:53 PM (12 w, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398852

Event Timeline