Version information
released Jun 16th 2015
This version is compatible with:
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-bluejeans', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/bluejeans — version 0.1.0 Jun 16th 2015
Puppet bluejeans Module
Table of Contents
Overview
Manages the Blue Jeans Browser Plug-in
Usage
include ::bluejeans
#defaults
class { 'bluejeans':
manage_repo => true,
}
Limitations
Tested Platforms
- el7.x
- Fedora 21
- Fedora 22
Versioning
This module is versioned according to the Semantic Versioning 2.0.0 specification.
Support
Please log tickets and issues at github
Contributing
- Fork it on github
- Make a local clone of your fork
- Create a topic branch. Eg,
feature/mousetrap
- Make/commit changes
- Commit messages should be in imperative tense
- Check that linter warnings or errors are not introduced -
bundle exec rake lint
- Check that
Rspec-puppet
unit tests are not broken and coverage is added for new features -bundle exec rake spec
- Documentation of API/features is updated as appropriate in the README
- If present,
beaker
acceptance tests should be run and potentially updated -bundle exec rake beaker
- When the feature is complete, rebase / squash the branch history as necessary to remove "fix typo", "oops", "whitespace" and other trivial commits
- Push the topic branch to github
- Open a Pull Request (PR) from the topic branch onto parent repo's
master
branch
See Also
Dependencies
- puppetlabs/stdlib (>= 4.6.0 < 5.0.0)
- stschulte/rpmkey (>= 1.0.0 < 2.0.0)
Copyright (C) 2015 Joshua Hoblitt <jhoblitt@cpan.org> 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.