Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
48362654
Verified
Commit
48362654
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic tweaks to install procedure
mostly to note down the parts that will go away
parent
8e162131
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/new-machine.mdwn
+8
-3
8 additions, 3 deletions
tsa/howto/new-machine.mdwn
with
8 additions
and
3 deletions
tsa/howto/new-machine.mdwn
+
8
−
3
View file @
48362654
...
...
@@ -69,14 +69,14 @@ All commands to be run as root unless otherwise noted.
sudo -u sshdist ud-generate && sudo -H ud-replicate && sudo puppet agent -t
* on nevii:
* on nevii
(optional)
:
sudo -H ud-replicate
* set up puppet:
* on pauli:
( puppet agent -t
--environment=production
|| true ) && \
( puppet agent -t || true ) && \
ud-replicate && \
sudo -H -u puppet make -C /srv/puppet.torproject.org/auto-ca install
...
...
@@ -143,7 +143,12 @@ All commands to be run as root unless otherwise noted.
dpkg --purge portmap nfs-common exim4 exim4-base exim4-config exim4-daemon-light
userdel -r Debian-exim
* fix `/etc/aliases`:
TODO: remove the above once we figure out it's obsolete. It's not
necessary with the folowing procedures:
* [[new-machine-hetzner-robot]]
* fix `/etc/aliases` (TODO: #32283):
( ! grep '^root:' /etc/aliases && echo 'root: torproject-admin@torproject.org' >> /etc/aliases ) &&
sed -i -e 's/^root:.*/root: torproject-admin@torproject.org/' /etc/aliases && newaliases
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment