Module php¶
- License: Apache 2.0
- Version: 0.3
- Author: Inmanta <code@inmanta.com>
- Upstream project: https://github.com/inmanta/php.git
Entities¶
-
entity
php::Application¶ Parents:
web::ApplicationA web application that requires PHP
-
attribute bool
php55w=False¶
The following implementations are defined for this entity:
The following implements statements select implementations for this entity:
php::phpApacheRPMconstraint(std::familyof(host.os,'redhat') and (php55w == False))php::phpApacheDEBconstraintstd::familyof(host.os,'ubuntu')php::php55elconstraint(std::familyof(host.os,'redhat') and (php55w == True))
-
attribute bool
Implementations¶
-
implementation
php::php55el¶ This modules installs a common set of php modules and support for webservers either through a plugin or a cgi like interface.
-
implementation
php::phpApacheDEB¶ This modules installs a common set of php modules and support for webservers either through a plugin or a cgi like interface.
-
implementation
php::phpApacheRPM¶ This modules installs a common set of php modules and support for webservers either through a plugin or a cgi like interface.