You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Chef cookbook Resizes the file system automatically when the underlying partition or disk increases its size.
8
+
This Chef cookbook resizes the file system automatically when the underlying partition or disk increases its size.
9
9
10
-
It is mainly oriented to work with disks in the cloud.
10
+
It is mainly oriented to work with cloud or virtual servers where it is common to change the disk size.
11
11
12
12
Requirements
13
13
============
14
14
15
-
## Platform:
15
+
## Platform Requirements
16
16
17
17
This cookbook has been tested on the following platforms:
18
18
@@ -25,7 +25,7 @@ This cookbook has been tested on the following platforms:
25
25
26
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.
27
27
28
-
## Applications:
28
+
## Application Requirements
29
29
30
30
* Ruby 1.9.3 or higher.
31
31
@@ -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::default"
71
+
include_recipe 'fs_resize'
72
72
```
73
73
74
74
Don't forget to include the `fs_resize` cookbook as a dependency in the metadata:
0 commit comments