pagespeed
Installs the Apache google pagespeed module repository as needed by puppetlabs/apache
Version information
released Oct 4th 2016
This version is compatible with:
- Ubuntu, Debian
Start using this module
Add this module to your Puppetfile:
mod 'dploeger-pagespeed', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
dploeger/pagespeed — version 0.1.1 Oct 4th 2016
pagespeed
Table of Contents
- Description
- Setup - The basics of getting started with pagespeed
- Usage in puppet-code
- 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.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-apt (>= 2.3.0)
MIT License Copyright (c) 2016 Dennis Ploeger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.