vagrant box add ubuntu-12.04.2-server-i386 http://mirror.hdcore.eu/vagrant/boxes/ubuntu-12.04.2-i386-chef-11-omnibus.box
vagrant init ubuntu-12.04.2-server-i386 + немного сценариев для chef
vagrant up
(new MyController)->actionHello();
$found = false;
foreach ($this->items as $id=>$item)
{
if ($categnuj == $item[self::CATEGORY])
{
$found = true;
break;
}
}