From 8aca848e5fb25a5f5146e7006aabdfcc47bc258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Fri, 20 Apr 2018 11:26:24 +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/environments/production') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index bf9aed1..919d9d3 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -73,6 +73,9 @@ class itzks_systems_workstation { package { 'itzks-systems-workstation': ensure => 'latest', } + package { 'nscd': + ensure => 'purged', + } } class itzks_systems_mainserver { -- cgit v1.2.3