]> git.netwichtig.de Git - user/henk/code/puppet/modules/logcheck.git/blob - manifests/install.pp
03367b1b76a8e33d0a712982435ba2eaac7ed186
[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