Open 0xdevalias opened 10 years ago
I don't know if you're using my code for this, but I noticed something else in the work for #2. We allow the user to specify the database via the attribute node['huginn']['database']
, but I'm not referencing that at all in the dotenv configuration. Should the file be updated using those attributes? Or perhaps should we delete those attributes and rely on those specified in node['huginn']['env']
?
I'd say we should probably use the env ones, but we'll need to manually set the defaults as we create the database before we have Huginn pulled down.
Technically I believe the huginn ones I am using are mostly just referenced by the mysql ones as well. So probably replace them with the env ones (with sensible defaults), and then pass them into the mysql vars.— Sent from Mailbox
On Tue, Sep 30, 2014 at 3:26 AM, No GUI notifications@github.com wrote:
I don't know if you're using my code for this, but I noticed something else in the work for #2. We allow the user to specify the database via the attribute
node['huginn']['database']
, but I'm not referencing that at all in the dotenv configuration. Should the file be updated using those attributes? Or perhaps should we delete those attributes and rely on those specified innode['huginn']['env']
?Reply to this email directly or view it on GitHub: https://github.com/alias1/huginn-chef/issues/3#issuecomment-57196449
And no, not your code yet.— Sent from Mailbox
On Tue, Sep 30, 2014 at 3:26 AM, No GUI notifications@github.com wrote:
I don't know if you're using my code for this, but I noticed something else in the work for #2. We allow the user to specify the database via the attribute
node['huginn']['database']
, but I'm not referencing that at all in the dotenv configuration. Should the file be updated using those attributes? Or perhaps should we delete those attributes and rely on those specified innode['huginn']['env']
?Reply to this email directly or view it on GitHub: https://github.com/alias1/huginn-chef/issues/3#issuecomment-57196449
http://guides.rubyonrails.org/configuring.html#configuring-a-database