Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 865 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 865 Bytes

pagespeed

Table of Contents

  1. Description
  2. Setup - The basics of getting started with pagespeed
  3. Usage in puppet-code
  4. Usage in hiera

Description

The Pagespeed-Module configuration, that the puppetlabs/apache-module supports, expects, that the local package management knows about the "pagespeed-stable" package. This module installs the needed repositories, so this can be achieved.

Setup

What pagespeed affects

Debian/Ubuntu

The module installs the Google GPG keys, the needed APT source and runs an apt-get update.

Usage - Puppet

Simply declare the class to use the module:

class { 'pagespeed': }

Usage - Hiera

Add the "pagespeed"-class to the list of classes you declare using hiera_include.