]> git.netwichtig.de Git - user/henk/code/puppet/modules/logcheck.git/blob - manifests/install.pp
Change logcheck class to overwrite existing 'local-' rules
[user/henk/code/puppet/modules/logcheck.git] / manifests / install.pp
1 class logcheck::install {
2   package {
3     ['logcheck','logcheck-database']:
4       ensure        => installed,
5     ;
6   }
7 }
8