Puppet OCSInventory
Build status

Requirements
- OCSInventory packages:
can be obtained from Fedora EPEL.
Tested on...
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,
}
}
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