Puppet Class: zf::params

Inherited by:
zf
Defined in:
manifests/params.pp

Overview



1
2
3
4
5
6
7
8
9
10
# File 'manifests/params.pp', line 1

class zf::params
{
	$ensure  = "present"
	$version = "1.12.3"
	$srcdir  = "/usr/src"
	$peardir = "/usr/share/php"
	$zenddir = "/usr/share/ZendFramework"
	$toolbin = "/usr/bin/zf"
	$zftool  = false
}