summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-10-06 01:27:56 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-10-06 01:27:56 +0200
commit933e7d5b56c68c9b1d1f266bd8de59393992d961 (patch)
tree5f6f8e4370947e2c96e531f5b550e73c2af28079
parentdeb935d2559ad53bf83ea5913bc96508301ab7bd (diff)
downloadpuppet.DEV-933e7d5b56c68c9b1d1f266bd8de59393992d961.tar.gz
puppet.DEV-933e7d5b56c68c9b1d1f266bd8de59393992d961.tar.bz2
puppet.DEV-933e7d5b56c68c9b1d1f266bd8de59393992d961.zip
site.pp: default nodes don't need flash-enabled browsers.
-rw-r--r--code/environments/production/manifests/site.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 3b526da..c21830e 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -196,5 +196,4 @@ node "default" {
debdelta => 1,
},
}
- class { 'browsers': }
}