26,107 downloads
21,212 latest version
2.7 quality score
Add this module to a Bolt project:
bolt module add previousnext-cloudwatchlogs
Add this declaration to your Puppetfile:
mod 'previousnext-cloudwatchlogs', '0.0.5'
Manually install this module with Puppet module tool:
puppet module install previousnext-cloudwatchlogs --version 0.0.5
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
Automated installation and log push for AWS CloudWatch.
cloudwatchlogs::log { '/var/log/apache2/*access.log': group => 'Webserver - Access', }
Note: This definition will include the cloudwatchlogs class automatically.
cloudwatchlogs