Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 449 Bytes

puppet-hhvm

####Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality

##Overview

The mysql module installs, configures, and manages the MySQL service.

##Module Description

The hhvm module manages the installation of the hhvm repo from facebook. It installs the repo hhvm or hhvm-nightly and the hhvm-fastgci

##Usage

class { 'hhvm':
    nightly => true
}