[tor-bugs] #29709 [Internal Services/Tor Sysadmin Team]: install smartd
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Mar 19 14:20:04 UTC 2019
#29709: install smartd
-------------------------------------------------+-------------------------
Reporter: weasel | Owner: anarcat
Type: defect | Status: closed
Priority: Medium | Milestone:
Component: Internal Services/Tor Sysadmin Team | Version:
Severity: Normal | Resolution: fixed
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Changes (by anarcat):
* status: assigned => closed
* resolution: => fixed
Comment:
i added this to our base config, in the torproject_org class:
{{{
# install smartd on non-virtual (ie. physical) hosts
if ! $facts['is_virtual'] {
package {
'smartmontools':
ensure => installed;
}
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29709#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list