Closed (fixed)
Project:
Aegir Puppet Module
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 Dec 2011 at 14:32 UTC
Updated:
3 Mar 2014 at 20:00 UTC
Jump to comment: Most recent
We should document this module as per the guidelines and best practices within the Puppet community:
Comments
Comment #1
ergonlogicAdded README in http://drupalcode.org/project/puppet-aegir.git/commit/5d808bc0b9f9ce941e...
Comment #2
ergonlogicSetting to needs review, as I'd like to get some other eyes on this: http://drupalcode.org/project/puppet-aegir.git/blob/refs/heads/aegir_bra...
Comment #3
tom friedhof commentedNot sure what's going on, but I'm getting this error when I include aegir on a node.
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type config_file at /etc/puppet/modules/apt/manifests/init.pp:36 on nodeI'm a noob with puppet, any help would be appreciated. Thanks.
Comment #4
ergonlogicHave you uploaded the other modules the Aegir module depends on, and added the 'import "common"' line to your manifest?
Comment #5
tom friedhof commentedI've added 'import "common"' to the nodes.pp file for the node I want to install aegir on, now I'm getting another error, which appears to be with drush:
I'm trying to install on Ubuntu 10.04 LTS, if that makes a difference. Thanks ergonlogic for the help!
Comment #6
ergonlogicThe version of Drush in Lucid is horribly out-of-date (2.0!), and isn't supported by Aegir. You'll need to add 'lucid-backports' to your sources.list, which will get you to Drush 4.4, which is supported. I don't know that it'll work, as I only directly support Debian at the moment, but it's a step in the right direction.
Also, while I really appreciate your testing and feedback, please post a new issue when there isn't already an issue treating the problem you're experiencing. I'm fully subscribed to the queue and get alerted whenever a new issue is posted. Perhaps you could post a 'Support for Ubuntu Lucid (10.04)' support/feature request? That would also make it easier for other to find the issue in the future, if they're experiencing similar problems. Thanks :-)
Comment #7
ergonlogicREADME has been reasonably complete for some time now.