- OCSInventory packages: can be obtained from Fedora EPEL.
- MySQL and apache are not managed by this module
- CentOS 7
- Scientific Linux 6
node /box/ {
include ocsinventory
}
node /box/ {
class { 'ocsinventory':
agent_ocs_mode => 'cron',
agent_ocs_pause => '100',
agent_ocs_server => 'localhost',
agent_ocs_tag => undef,
}
}
node /box/ {
class { 'ocsinventory':
agent => true, # default
server => true,
}
}
- 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