Page MenuHomeSoftware Heritage

params.pp
No OneTemporary

params.pp

# == Class: php::extension::redis::params
#
# Defaults file for the redis 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
#
# Christian Winther <cw@nodes.dk>
#
# === Copyright
#
# Copyright 2012-2013 Nodes, unless otherwise noted.
#
class php::extension::redis::params {
$ensure = 'master'
$tmp_dir = '/opt/phpredis'
$install_dir = '/usr/lib/php5/20100525'
$inifile = '/etc/php5/conf.d/redis.ini'
$settings = {
set => {
'.anon/extension' => 'redis.so'
}
}
}

File Metadata

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

Event Timeline