summaryrefslogtreecommitdiff
path: root/code/environments/production/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production/manifests')
-rw-r--r--code/environments/production/manifests/site.pp23
1 files changed, 0 insertions, 23 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 0194d5b..3d3541a 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -111,29 +111,6 @@ class browsers {
package { chromium:
ensure => 'latest',
}
- $flashplayer_mozilla_package = $::operatingsystemrelease ? {
- /(?i:8\..*)/ => 'hello',
- default => 'flashplayer-mozilla',
- }
- package { $flashplayer_mozilla_package:
- ensure => 'latest',
- }
- $flashplayer_chromium_package = $::operatingsystemrelease ? {
- /(?i:8\..*)/ => 'hello',
- default => 'flashplayer-chromium',
- }
- package { $flashplayer_chromium_package:
- ensure => 'latest',
- }
-}
-
-class browsers_only {
- package { firefox-esr:
- ensure => 'latest',
- }
- package { chromium:
- ensure => 'latest',
- }
}
class chromium_only {