OSDN Git Service

adds the ['apt_utils']['conf']['extra'] attribute.
[metasearch/grid-chef-repo.git] / cookbooks / protobuf-compiler / README.md
1 protobuf-compiler Cookbook
2 ==========================
3
4 This cookbook installs protobuf-compiler.
5
6 Requirements
7 ------------
8
9 Nothing.
10
11 Attributes
12 ----------
13
14 #### protobuf-compiler::default
15 |Key|Type|Description (with examples)|Default|
16 |:--|:--|:--|:--|
17 |`['protobuf-compiler']['install_flavor']`|String|'google' or 'package'|`'google'`|
18 |`['protobuf-compiler']['version']`|String|version|`'2.5.0'`|
19 |`['protobuf-compiler']['archive_url']`|String|archive URL|`'https://protobuf.googlecode.com/files'`|
20 |`['protobuf-compiler']['src_path']`|Strig|system source path|`'/usr/local/src'`|
21
22 Usage
23 -----
24 #### protobuf-compiler::default
25 Just include `protobuf-compiler` in your node's `run_list`:
26
27 ```json
28 {
29   "name":"my_node",
30   "run_list": [
31     "recipe[protobuf-compiler]"
32   ]
33 }
34 ```
35
36 License and Authors
37 -------------------
38 - Author:: whitestar at osdn.jp
39
40 ```text
41 Copyright 2013-2015, whitestar
42
43 Licensed under the Apache License, Version 2.0 (the "License");
44 you may not use this file except in compliance with the License.
45 You may obtain a copy of the License at
46
47     http://www.apache.org/licenses/LICENSE-2.0
48
49 Unless required by applicable law or agreed to in writing, software
50 distributed under the License is distributed on an "AS IS" BASIS,
51 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52 See the License for the specific language governing permissions and
53 limitations under the License.
54 ```