summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/environments/production/manifests/site.pp3
1 files changed, 3 insertions, 0 deletions
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 {