Puppet Class: php::xcache
- Defined in:
- manifests/xcache.pp
Overview
Class: php::xcache
A convenience class to be used for requires and in node definitions
6 7 8 9 |
# File 'manifests/xcache.pp', line 6
class php::xcache {
include ::php
include ::php::install::xcache
}
|