Puppet Class: php::dev::params

Inherited by:
php::dev
Defined in:
manifests/dev/params.pp

Overview

Class: php::dev::params

Defaults file for DEV 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

Examples

No examples

Authors

Christian “Jippi” Winther <jippignu@gmail.com>

Copyright 2012-2013 Christian “Jippi” Winther, unless otherwise noted.



34
35
36
37
38
39
40
# File 'manifests/dev/params.pp', line 34

class php::dev::params {

  $ensure   = $php::params::ensure
  $package  = 'php5-dev'
  $provider = undef

}