The Aeolus Recipe You can find more documentation at the Aeolus web site at http://aeolusproject.org/ Prerequisites ------------- The aeolus recipe is a puppet module which can be used to install and configure aeolus components. To make use of this recipe, drop it into your puppet module path or alternatively build and install the aeolus-configure rpm which contains the recipe and some wrapper scripts to configure the aeolus components. Before executing the rake rpms task, you will need to install the rake gem. Building and Installing the Aeolus Recipe --------------------------------- $ rake rpms The rpm will be placed into the build dir, install it via yum $ sudo yum install --nogpgcheck \ ~/rpmbuild/RPMS/noarch/aeolus-configure-2.0.0-2.fc13.noarch.rpm Install aeolus via the recipe via $ sudo /usr/sbin/aeolus-configure Uninstall aeolus via $ sudo /usr/sbin/aeolus-cleanup