remove thinkpad fan controls

This project doesn't seem to be coming back.
This commit is contained in:
Pig Monkey 2016-04-09 11:12:02 -07:00
parent 99a0ad176a
commit 6e9fb44175
3 changed files with 0 additions and 27 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,3 @@
---
- include: synaptics.yml
- include: battery.yml
#- include: fan.yml