Skip to content

Instantly share code, notes, and snippets.

class rabbitmq {
apt::source { "rabbitmq":
location => "http://www.rabbitmq.com/debian/",
release => "testing",
repos => "main",
key => "056E8E56",
key_source => "http://www.rabbitmq.com/rabbitmq-signing-key-public.asc",
pin => "-10",
include_src => false
}
This is an experimental installer for WebGUI8 that attempts to use the
system package manager rather than the WRE.
It is currently incomplete -- it doesn't set up WebGUI or MySQL to run
at boot time, and it doesn't set up cron, and a few other things.
It uses a Curses interface, asking the user about install options
(paths and passwords and such), and getting confirmation before running
commands.