Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5cbdbc

Browse files
author
jtimberman
committed
[COOK-650] - document attribute in readme instead of attributes comment
1 parent cff0941 commit d5cbdbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ Cookbooks
2020
Attributes
2121
==========
2222

23-
* `node["python"]["install_method"]` = method to install python with, default `package`.
23+
See `attributes/default.rb` for default values.
2424

25-
The file also contains the following attribute types:
25+
* `node["python"]["install_method"]` - method to install python with, default `package`.
26+
* `node["python"]["distribute_install_py_version"]` - version of python to use when installing distribute. default '', specify version like '2.6' (uses python2.6 binary).
27+
28+
The file also contains the following attributes:
2629

2730
* platform specific locations and settings.
2831
* source installation settings

attributes/default.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
# limitations under the License.
1919
#
2020

21-
# Version of python to use when installing distribute
22-
# default is '', which uses the 'python' binary.
23-
# example value = '2.6' which will use the python2.6 binary
2421
default['python']['distribute_install_py_version'] = ''
2522

2623
default['python']['install_method'] = 'package'

0 commit comments

Comments
 (0)