We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711e4d9 commit 1cd071dCopy full SHA for 1cd071d
1 file changed
attributes/default.rb
@@ -20,7 +20,7 @@
20
21
default['python']['install_method'] = 'package'
22
23
-if python['install_method'] == 'package'
+if default['python']['install_method'] == 'package'
24
case platform
25
when "smartos"
26
default['python']['prefix_dir'] = '/opt/local'
0 commit comments