closure_compiler

pdk
Manage Google Closure Compiler

2,732 downloads

1,756 latest version

5.0 quality score

Version information

  • 1.0.1 (latest)
  • 1.0.0
released Aug 30th 2020
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 7.0.0
  • CentOS
    ,
    OracleLinux
    ,
    RedHat
    ,
    Scientific
    ,
    Debian
    ,
    Ubuntu
    ,
    Solaris
    ,
    SLES
    ,
    Darwin
    ,
    Fedora

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'spy-closure_compiler', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add spy-closure_compiler
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install spy-closure_compiler --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

spy/closure_compiler — version 1.0.1 Aug 30th 2020

Manage Google Closure Compiler

Table of Contents

  1. Description
  2. Setup requirements
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Licensing information

Description

This Puppet module manages Google Closure Compiler via the closure_compiler class.

Setup Requirements

This module depends on the following modules:

Closure Compiler is written in Java so you might also want to manage it with puppetlabs/java.

Usage

Basic usage–install latest Closure Compiler into /opt/closure-compiler:

include closure_compiler

Install Closure Compiler from a custom archive into a custom directory:

class { 'closure_compiler':
  source       => 'puppet:///modules/profile/closure-compiler.zip',
  install_path => '/home/developer/closure-compiler',
}

Limitations

This module uses the puppet/archive module to download and unpack Closure Compiler and thereby is subject to its limitations.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.