Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352278 )

Change subject: base::standard_packages: Remove ubuntu precise check
......................................................................


base::standard_packages: Remove ubuntu precise check

Precise is unsupported now so lets remove the check.

Change-Id: I55b3b59a3a4d8c3e2e700bdfb7e30220b1480fc9
---
M modules/base/manifests/standard_packages.pp
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/base/manifests/standard_packages.pp 
b/modules/base/manifests/standard_packages.pp
index 9efb324..6beec23 100644
--- a/modules/base/manifests/standard_packages.pp
+++ b/modules/base/manifests/standard_packages.pp
@@ -52,15 +52,12 @@
             'command-not-found-data',
             'ecryptfs-utils',
             'mlocate',
+            'ntfs-3g',
             'os-prober',
             'python3-apport',
             'wpasupplicant',
         ]:
         ensure => absent,
-    }
-
-    if os_version('ubuntu >= precise') {
-        package { 'ntfs-3g': ensure => absent }
     }
 
     # On Ubuntu, eject is installed via the ubuntu-minimal package

-- 
To view, visit https://gerrit.wikimedia.org/r/352278
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I55b3b59a3a4d8c3e2e700bdfb7e30220b1480fc9
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to