diff options
Diffstat (limited to 'manifests/install.pp')
-rw-r--r-- | manifests/install.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp new file mode 100644 index 0000000..03367b1 --- /dev/null +++ b/manifests/install.pp @@ -0,0 +1,8 @@ +class logcheck::install { + package { + ['logcheck','logcheck-database']: + ensure => installed, + ; + } +} + |