From de24b0a559a486a3ab1b14932c9bcf9a1fe3a6b3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 20 Apr 2018 10:52:54 +0200 Subject: Ensure that nscd is not installed on diskfull workstations. --- code/environments/production/manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 87fd0dd..c3355a1 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -71,6 +71,9 @@ class itzks_systems_workstation { package { 'itzks-systems-workstation': ensure => 'latest', } + package { 'nscd': + ensure => 'purged', + } } class itzks_systems_mainserver { -- cgit v1.2.3