Version information
released Apr 23rd 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'arioch-ocsinventory', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
arioch/ocsinventory — version 1.1.0 Apr 23rd 2015
Puppet OCSInventory
Build status
Requirements
- OCSInventory packages: can be obtained from Fedora EPEL.
Tested on...
- CentOS 7
Example usage
Install OCSInventory
node /box/ {
include ocsinventory
}
Configure OCSInventory
node /box/ {
class { 'ocsinventory':
agent_ocs_mode => 'cron',
agent_ocs_pause => '100',
agent_ocs_server => 'localhost',
agent_ocs_tag => undef,
}
}
Configure OCSInventory server
node /box/ {
class { 'ocsinventory':
agent => true, # default
server => true,
}
}
Contributing
- Fork it
- Create a feature branch (
git checkout -b my-new-feature
) - Run rspec tests (
bundle exec rake spec
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
- puppetlabs/concat (>= 1.0.2)
Copyright (C) 2012 Tom De Vylder 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.