Skip to content

ratbox/puppet-closure_compiler

Repository files navigation

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.

About

Puppet module for Google Closure Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published