mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove thinkpad fan controls
This project doesn't seem to be coming back.
This commit is contained in:
parent
99a0ad176a
commit
6e9fb44175
3 changed files with 0 additions and 27 deletions
|
|
@ -267,12 +267,6 @@ PostgreSQL service is not added to `/usr/local/etc/trusted_units`.
|
|||
Additional configuration options are set which improve performance but make the
|
||||
database service inappropriate for production use.
|
||||
|
||||
## Known Issues
|
||||
|
||||
* [tpfanco][26], normally installed as part of the `thinkpad` role is currently
|
||||
[unavailable in the AUR][27]. No ThinkPad fan control software is currently
|
||||
installed.
|
||||
|
||||
|
||||
[1]: http://www.ansible.com
|
||||
[2]: https://www.archlinux.org
|
||||
|
|
@ -299,5 +293,3 @@ database service inappropriate for production use.
|
|||
[23]: https://weechat.org/
|
||||
[24]: https://git-annex.branchable.com/
|
||||
[25]: http://www.postgresql.org/
|
||||
[26]: https://code.google.com/p/tpfanco/
|
||||
[27]: https://aur.archlinux.org/packages/?O=0&K=tpfanco
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
- name: Install tpfanco
|
||||
aur: name=tpfanco-svn user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- fan
|
||||
|
||||
- name: Copy tpfanco configuration file
|
||||
copy: src=thinkfan.conf dest=/etc/thinkfan.conf
|
||||
tags:
|
||||
- aur
|
||||
- fan
|
||||
|
||||
- name: Enable and start tpfanco
|
||||
service: name=tpfand enabled=yes state=started
|
||||
tags:
|
||||
- aur
|
||||
- fan
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- include: synaptics.yml
|
||||
- include: battery.yml
|
||||
#- include: fan.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue