- Description
- Setup requirements
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Licensing information
This Puppet module manages Google Closure Compiler via the closure_compiler
class.
This module depends on the following modules:
Closure Compiler is written in Java so you might also want to manage it with puppetlabs/java.
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',
}
This module uses the puppet/archive module to download and unpack Closure Compiler and thereby is subject to its limitations.
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.