hyperctl
Manages the hyperctl utility for enabling/disabling hyperthreading
Version information
released Dec 3rd 2014
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-hyperctl', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/hyperctl — version 0.1.0 Dec 3rd 2014
Puppet hyperctl Module
Table of Contents
Overview
Manages the hyperctl utility for enabling/disabling hyperthreading
Description
Usage
include ::hyperctl
class { '::hyperctl':
state => 'enable',
}
class { '::hyperctl':
state => 'disable',
}
Convience classes
These classes are simply wrappers largely intended for convience when using an ENC.
include ::hyperctl::enable
include ::hyperctl::disable
Limitations
Tested Platforms
- el6.x
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.2.0 < 5.0.0)
Copyright (C) 2014 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.