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.
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/filesystem_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/zuazo/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
@@ -100,7 +100,7 @@ Another alternative is to include it in your Run List:
100
100
101
101
```json
102
102
{
103
-
"name": "app001.onddo.com",
103
+
"name": "app001.example.com",
104
104
[...]
105
105
"run_list": [
106
106
[...]
@@ -112,7 +112,7 @@ Another alternative is to include it in your Run List:
112
112
Testing
113
113
=======
114
114
115
-
See [TESTING.md](https://github.com/onddo/filesystem_resize-cookbook/blob/master/TESTING.md).
115
+
See [TESTING.md](https://github.com/zuazo/filesystem_resize-cookbook/blob/master/TESTING.md).
0 commit comments