Version information
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
- , , , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'spy-closure_compiler', '1.0.1'
Learn more about managing modules with a PuppetfileDocumentation
Manage Google Closure Compiler
Table of Contents
- Description
- Setup requirements
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- 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.
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 9.0.0)
- puppet/archive (>= 4.0.0 < 9.0.0)