From f28763d453abb5b135b65a9f695d417a886ef720 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 20 Sep 2018 15:25:23 +0200 Subject: site.pp: Add classes itzks_systems_disklserver and itzks_systems_filter. --- code/environments/production/manifests/site.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index c10b239..9559506 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -97,6 +97,18 @@ class itzks_systems_terminalserver { } } +class itzks_systems_filter { + package { 'itzks-systems-filter': + ensure => 'latest', + } +} + +class itzks_systems_disklserver { + package { 'itzks-systems-disklserver': + ensure => 'latest', + } +} + class fsautoresizetab { file { '/etc/fsautoresizetab': ensure => 'present', -- cgit v1.2.3