Closed
Bug 1242661
Opened 10 years ago
Closed 10 years ago
Remove xrbld_dsa
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: dustin)
Details
Attachments
(1 file)
The is not used anymore. It'd be great to delete it from LDAP too.
| Assignee | ||
Updated•10 years ago
|
Assignee: relops → dustin
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/34003/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/34003/
Attachment #8716999 -
Flags: review?(rail)
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8716999 [details]
MozReview Request: Bug 1242661: remove xrbld_dsa; r?rail
https://reviewboard.mozilla.org/r/34003/#review30625
Attachment #8716999 -
Flags: review?(rail) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Checked in.
Jabba, can you delete the xrbld user from LDAP?
Assignee: dustin → jdow
Comment 4•10 years ago
|
||
User has been deleted.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 5•10 years ago
|
||
Today, puppet errors on the upload hosts.
Puppet catalog compilation is CRITICAL: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find resource(s) User[xrbld] for overriding
Index: modules/ldap_users/manifests/groups/surf/logins.pp
===================================================================
--- modules/ldap_users/manifests/groups/surf/logins.pp (revision 114863)
+++ modules/ldap_users/manifests/groups/surf/logins.pp (working copy)
@@ -33,7 +33,6 @@
'update',
'utah',
'webtools',
- 'xrbld',
]
User['calbld'] { groups +> [ 'calendar', 'calbld' ] }
@@ -52,7 +51,6 @@
User['seabld'] { groups +> [ 'seamonkey', 'seabld' ] }
User['tbirdbld'] { groups +> [ 'thunderbird', 'tbirdbld', 'calendar' ] }
User['utah'] { groups +> [ 'mirror-admins' ] }
- User['xrbld'] { groups +> [ 'xulrunner', 'xrbld' ] }
User['b2g-vivo'] { groups +> [ 'b2gpartners' ] }
# To hack around the if statement in /etc/profile.d/umask.sh, tbirdtry needs to have a different primary group than tbirdtry
User['tbirdtry'] { gid => 'thunderbird', groups +> [ 'tbirdtry', 'calendar' ] }
Committed revision 114864.
| Assignee | ||
Comment 6•10 years ago
|
||
Thanks Greg! Does the user need to be removed manually on those hosts? I'd take a look but I don't know the hostnames..
Assignee: jdow → dustin
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•10 years ago
|
||
After I committed, they cleared out.
Notice: /Stage[main]/Ldap_users::Groups::Admin/User[xrbld]/ensure: removed
Notice: /Stage[main]/Ldap_users::Groups::Admin/User[xrbld]/uid: audit change: newly-recorded value 2305
upload[12].dmz.scl3 and upload-cron.private.scl3.
| Assignee | ||
Comment 8•10 years ago
|
||
Yer the bestest, thanks!
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•10 years ago
|
||
\o/
Thank you!
You need to log in
before you can comment on or make changes to this bug.
Description
•