[chef] Re: Deploy a rails application using SVN with username and password


Chronological Thread 
  • From: Seth Vargo < >
  • To:
  • Subject: [chef] Re: Deploy a rails application using SVN with username and password
  • Date: Mon, 10 Feb 2014 14:31:09 -0500

Ringo,

I would recommend opening a ticket on the application cookbook. This might be a bug in one of those cookbooks, and the maintainer will be able to help you out.

Seth Vargo
Release Engineer, Chef
@sethvargo

On Feb 7, 2014, at 3:27 PM, Ringo De Smet < "> > wrote:

Let's retry this question. I'm wrestling with myself at the moment too!

Anyone?

Ringo


On 25 March 2013 05:11, < " target="_blank"> > wrote:
Hi,

I am attempting to deploy a rails application using the application provider.
However there does not appear to be a way to pass the svn_username and
svn_password through.

Here is my recipe code;

application "myservice" do

  path "/var/lib/myservice"

  scm_provider Chef::Provider::Subversion
  svn_username "xxxxx"
  svn_password "yyyyy"

  rails do
  end

  passenger_apache2 do
  end

end

This is an ubuntu precise64 vagrant VM being provisioned via chef-solo version
Chef: 10.16.2

What is the format for getting svn username and password attributes into the
application provider? Do I need to inject them into the Subversion provider
directly somehow?

Regards,
Tommy





Archive powered by MHonArc 2.6.16.

§