This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |