Closed Bug 762151 Opened 12 years ago Closed 12 years ago

remove python-psycopg2 and simplejson RPMs from socorro production

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: cturra)

References

Details

We did this on staging and seems ok (bug 760308), let's do it for prod too.
Blocks: 760305
Assignee: server-ops → cturra
updated python.pp puppet manifest to remove these two package dependencies in committed revision 40102.

$ svn diff
Index: python.pp
===================================================================
--- python.pp	(revision 40101)
+++ python.pp	(working copy)
@@ -66,9 +66,9 @@
     }
     package {
         'python-psycopg2':
-            ensure => present;
+            ensure => absent;
         'python-simplejson':
-            ensure => present;
+            ensure => absent;
         'python-isodate':
             ensure => present;
         'python-poster':
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.