During installation, aeolus-configure is not able to locate aeolus::conductor class. This is due to puppet 2.7 already being installed on the system. Puppet 2.7 uses autoloader while this feature is missing under 2.6. puppet >= 2.6.6 is needed by (installed) aeolus-configure-2.5.3-1.el6.noarch If a rebase of puppet to 2.7 is coming, then that would take care of this. Otherwise, possibly updating the spec file to fail to install if puppet 2.7 is already installed.
A significant amount of work went into reworking the manifest to make them 2.7 friendly upstream.
Created attachment 593472 [details] patch generated by the fix-autoloader
This is fixed upstream and will be included for CF 2.0 when it gets rebased.