A puppet module to install emacs from source. I installed emacs 24 from source twice, and it is kind of a pain, so I did this.
This has only been tested on Ubuntu 12.04 Precise. It won't work as currently implemented on non-Debian systems.
For a standard puppet setup, with a master and automated puppet runs, include the module.
node default {
include emacs
}For a host that is not managed by puppet, install puppet agent and manually apply the smoke test.
apt-get install puppet
cd /etc/puppet/modules/emacs/tests
puppet apply --verbose init.ppThomas Van Doren
GPLv2
