- Description
- Setup - The basics of getting started with pagespeed
- Usage in puppet-code
- Usage in hiera
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.
The module installs the Google GPG keys, the needed APT source and runs an apt-get update.
Simply declare the class to use the module:
class { 'pagespeed': }
Add the "pagespeed"-class to the list of classes you declare using hiera_include.