We start chef deployment…
Chef deserve additional Huge article, but let`s start:
echo "deb http://apt.opscode.com/ `lsb_release -cs`-0.10 main" | sudo tee /etc/apt/sources.list.d/opscode.list
aptitude update
aptitude -o Aptitude::CmdLine::Ignore-Trust-Violations=true install opscode-keyring
aptitude -y -o Aptitude::CmdLine::Ignore-Trust-Violations=true install chef
aptitude update
aptitude -o Aptitude::CmdLine::Ignore-Trust-Violations=true install opscode-keyring
aptitude -y -o Aptitude::CmdLine::Ignore-Trust-Violations=true install chef
0 Comments.