1
1
Description
2
2
===========
3
- [ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/fs_resize .svg?style=flat )] ( https://supermarket.getchef.com/cookbooks/fs_resize )
4
- [ ![ Dependency Status] ( http://img.shields.io/gemnasium/onddo/fs_resize -cookbook.svg?style=flat )] ( https://gemnasium.com/onddo/fs_resize -cookbook )
5
- [ ![ Code Climate] ( http://img.shields.io/codeclimate/github/onddo/fs_resize -cookbook.svg?style=flat )] ( https://codeclimate.com/github/onddo/fs_resize -cookbook )
6
- [ ![ Build Status] ( http://img.shields.io/travis/onddo/fs_resize -cookbook.svg?style=flat )] ( https://travis-ci.org/onddo/fs_resize -cookbook )
3
+ [ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/filesystem_resize .svg?style=flat )] ( https://supermarket.getchef.com/cookbooks/filesystem_resize )
4
+ [ ![ Dependency Status] ( http://img.shields.io/gemnasium/onddo/filesystem_resize -cookbook.svg?style=flat )] ( https://gemnasium.com/onddo/filesystem_resize -cookbook )
5
+ [ ![ Code Climate] ( http://img.shields.io/codeclimate/github/onddo/filesystem_resize -cookbook.svg?style=flat )] ( https://codeclimate.com/github/onddo/filesystem_resize -cookbook )
6
+ [ ![ Build Status] ( http://img.shields.io/travis/onddo/filesystem_resize -cookbook.svg?style=flat )] ( https://travis-ci.org/onddo/filesystem_resize -cookbook )
7
7
8
8
This Chef cookbook resizes the file system automatically when the underlying partition or disk increases its size.
9
9
@@ -23,7 +23,7 @@ This cookbook has been tested on the following platforms:
23
23
* RedHat
24
24
* Ubuntu (>= 12.04)
25
25
26
- Please, [ let us know] ( https://github.com/onddo/fs_resize -cookbook/issues/new?title=I%20have%20used%20it%20successfully%20on%20... ) if you use it successfully on any other platform.
26
+ Please, [ let us know] ( https://github.com/onddo/filesystem_resize -cookbook/issues/new?title=I%20have%20used%20it%20successfully%20on%20... ) if you use it successfully on any other platform.
27
27
28
28
## Application Requirements
29
29
@@ -46,7 +46,7 @@ Attributes
46
46
<th>Default</th>
47
47
</tr >
48
48
<tr >
49
- <td><code>node['fs_resize ']['compiletime']</code></td>
49
+ <td><code>node['filesystem_resize ']['compiletime']</code></td>
50
50
<td>Resize the file systems at compile time.</td>
51
51
<td><code>false</code></td>
52
52
</tr >
@@ -55,7 +55,7 @@ Attributes
55
55
Recipes
56
56
=======
57
57
58
- ## fs_resize ::default
58
+ ## filesystem_resize ::default
59
59
60
60
Resize mounted file systems.
61
61
@@ -68,14 +68,14 @@ You can simply include it in a recipe:
68
68
69
69
``` ruby
70
70
# in your recipe
71
- include_recipe ' fs_resize '
71
+ include_recipe ' filesystem_resize '
72
72
```
73
73
74
- Don't forget to include the ` fs_resize ` cookbook as a dependency in the metadata:
74
+ Don't forget to include the ` filesystem_resize ` cookbook as a dependency in the metadata:
75
75
76
76
``` ruby
77
77
# metadata.rb
78
- depends ' fs_resize '
78
+ depends ' filesystem_resize '
79
79
```
80
80
81
81
## Including in the Run List
@@ -88,27 +88,27 @@ Another alternative is to include it in your Run List:
88
88
[... ]
89
89
"run_list" : [
90
90
[... ]
91
- " recipe[fs_resize ]"
91
+ " recipe[filesystem_resize ]"
92
92
]
93
93
}
94
94
```
95
95
96
96
Testing
97
97
=======
98
98
99
- See [ TESTING.md] ( https://github.com/onddo/fs_resize -cookbook/blob/master/TESTING.md ) .
99
+ See [ TESTING.md] ( https://github.com/onddo/filesystem_resize -cookbook/blob/master/TESTING.md ) .
100
100
101
101
Contributing
102
102
============
103
103
104
- Please do not hesitate to [ open an issue] ( https://github.com/onddo/fs_resize -cookbook/issues/new ) with any questions or problems.
104
+ Please do not hesitate to [ open an issue] ( https://github.com/onddo/filesystem_resize -cookbook/issues/new ) with any questions or problems.
105
105
106
- See [ CONTRIBUTING.md] ( https://github.com/onddo/fs_resize -cookbook/blob/master/CONTRIBUTING.md ) .
106
+ See [ CONTRIBUTING.md] ( https://github.com/onddo/filesystem_resize -cookbook/blob/master/CONTRIBUTING.md ) .
107
107
108
108
TODO
109
109
====
110
110
111
- See [ TODO.md] ( https://github.com/onddo/fs_resize -cookbook/blob/master/TODO.md ) .
111
+ See [ TODO.md] ( https://github.com/onddo/filesystem_resize -cookbook/blob/master/TODO.md ) .
112
112
113
113
License and Author
114
114
==================
0 commit comments