change cache-way for installation ipaddr

This commit is contained in:
Vladimir Stepanov 2012-06-01 21:05:10 +04:00
parent 0a4a8ca7ad
commit 9f376d6fbe

View File

@ -2,13 +2,15 @@
'xmlbuilder' => '1.0',
'PyYAML' => '3.1',
'lxml' => '2.3.2',
'ipaddr' => '2.1.10',
}.each do |package, version|
python_pip package do
version version
action :install
end
cookbook_python_pip 'ipaddr' do
version '2.1.10'
end
# httpclient is for node agent
gem_package "httpclient"
end