Version information
released Oct 20th 2014
This version is compatible with:
- , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-pciutils', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/pciutils — version 0.1.0 Oct 20th 2014
Puppet pciutils Module
Table of Contents
Overview
Manages the pciutils package
Description
Manages the installation state of the
pciutils
package and (eventually) facts
about the PCI devices present in the system.
Usage
include ::pciutils
class { '::pciutils':
ensure => 'present', # present, absent, or latest
}
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
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.