From 6e9fb44175f7e3c400ca122c6e5e4beeafa89fd2 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sat, 9 Apr 2016 11:12:02 -0700 Subject: [PATCH] remove thinkpad fan controls This project doesn't seem to be coming back. --- README.md | 8 -------- roles/thinkpad/tasks/fan.yml | 18 ------------------ roles/thinkpad/tasks/main.yml | 1 - 3 files changed, 27 deletions(-) delete mode 100644 roles/thinkpad/tasks/fan.yml diff --git a/README.md b/README.md index a4c75ed..6236d2b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/thinkpad/tasks/fan.yml b/roles/thinkpad/tasks/fan.yml deleted file mode 100644 index 9c0deb1..0000000 --- a/roles/thinkpad/tasks/fan.yml +++ /dev/null @@ -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 diff --git a/roles/thinkpad/tasks/main.yml b/roles/thinkpad/tasks/main.yml index 10f21b5..6b96a65 100644 --- a/roles/thinkpad/tasks/main.yml +++ b/roles/thinkpad/tasks/main.yml @@ -1,4 +1,3 @@ --- - include: synaptics.yml - include: battery.yml -#- include: fan.yml