We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359f7a3 commit 9de0b0aCopy full SHA for 9de0b0a
1 file changed
recipes/package.rb
@@ -25,7 +25,7 @@
25
if platform_family?('rhel') && major_version < 6
26
include_recipe 'yum::epel'
27
python_pkgs = ["python26", "python26-devel"]
28
- node['python']['binary'] = "/usr/bin/python26"
+ node.set['python']['binary'] = "/usr/bin/python26"
29
else
30
python_pkgs = value_for_platform_family(
31
"debian" => ["python","python-dev"],
0 commit comments