[chef] Re: Re: Call for testing: Ubuntu / Debian packages for Chef 0.8


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: Re: Call for testing: Ubuntu / Debian packages for Chef 0.8
  • Date: Wed, 14 Apr 2010 15:26:03 -0700

On Wed, Apr 14, 2010 at 1:03 PM, Joshua Miller 
< >
 wrote:
> apt-get install python-software-properties  debconf-utils

I think you only need debconf-utils if you're playing with
'debconf-get-selections' to test debconf.

> echo <<EOF > chef.seed
> # URL of Chef Server (e.g., http://chef.example.com:4000):
> chef    chef/chef_server_url    string  http://mychefserver.com:4000
> EOF
>
> sudo debconf-set-selections < chef.seed

FWIW, you can omit the temporary file:

echo "chef    chef/chef_server_url    string
http://mychefserver.com:4000" ;| debconf-set-selections

Bryan



Archive powered by MHonArc 2.6.16.

§