SumoLogic / sumologic-collector-puppet-module

Puppet module for installing Sumo Logic's collector.
Other
11 stars 22 forks source link

Use a template for sumo.conf #5

Closed eugk closed 8 years ago

eugk commented 8 years ago

This helps the user manage their access key without including it directly in the module. Should probably be expanded to support all the other possible entries in sumo.conf.

eugk commented 8 years ago

Use the class like this, from your existing manifest:

    class { 'sumo':
      accessid => 'your id',
      accesskey => 'your key',
    }
eugk commented 8 years ago

Any questions about this latest update? I'm using it in production and it is working well.

duchatran commented 8 years ago

Thanks for contributing. For this merge, could you keep the old categories (OS/Linux/..)? Everything else looks great.

eugk commented 8 years ago

Updated category names.

TerribleDev commented 8 years ago

:+1: can this get merged?

duchatran commented 8 years ago

Thanks @eugk !