change cache-way for installation ipaddr
This commit is contained in:
parent
0a4a8ca7ad
commit
9f376d6fbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user