fauxhai 3.7.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/fauxhai/platforms/centos/5.0.json +2 -1
- data/lib/fauxhai/platforms/centos/5.1.json +2 -1
- data/lib/fauxhai/platforms/centos/5.10.json +2 -1
- data/lib/fauxhai/platforms/centos/5.11.json +2 -1
- data/lib/fauxhai/platforms/centos/5.2.json +2 -1
- data/lib/fauxhai/platforms/centos/5.3.json +2 -1
- data/lib/fauxhai/platforms/centos/5.4.json +2 -1
- data/lib/fauxhai/platforms/centos/5.5.json +2 -1
- data/lib/fauxhai/platforms/centos/5.6.json +2 -1
- data/lib/fauxhai/platforms/centos/5.7.json +2 -1
- data/lib/fauxhai/platforms/centos/5.8.json +2 -1
- data/lib/fauxhai/platforms/centos/5.9.json +2 -1
- data/lib/fauxhai/platforms/centos/6.0.json +2 -1
- data/lib/fauxhai/platforms/centos/6.1.json +2 -1
- data/lib/fauxhai/platforms/centos/6.2.json +2 -1
- data/lib/fauxhai/platforms/centos/6.3.json +2 -1
- data/lib/fauxhai/platforms/centos/6.4.json +2 -1
- data/lib/fauxhai/platforms/centos/6.5.json +2 -1
- data/lib/fauxhai/platforms/centos/6.6.json +2 -1
- data/lib/fauxhai/platforms/centos/6.7.json +2 -1
- data/lib/fauxhai/platforms/debian/6.0.5.json +2 -1
- data/lib/fauxhai/platforms/debian/7.0.json +2 -1
- data/lib/fauxhai/platforms/debian/7.1.json +2 -1
- data/lib/fauxhai/platforms/debian/7.2.json +2 -1
- data/lib/fauxhai/platforms/debian/7.4.json +2 -1
- data/lib/fauxhai/platforms/debian/7.5.json +2 -1
- data/lib/fauxhai/platforms/debian/7.6.json +2 -1
- data/lib/fauxhai/platforms/debian/7.7.json +2 -1
- data/lib/fauxhai/platforms/debian/7.8.json +2 -1
- data/lib/fauxhai/platforms/debian/7.9.json +2 -1
- data/lib/fauxhai/platforms/debian/8.0.json +2 -1
- data/lib/fauxhai/platforms/debian/8.1.json +1 -0
- data/lib/fauxhai/platforms/debian/8.2.json +1 -0
- data/lib/fauxhai/platforms/debian/8.5.json +801 -0
- data/lib/fauxhai/platforms/fedora/24.json +787 -0
- data/lib/fauxhai/platforms/opensuse/13.1.json +2 -1
- data/lib/fauxhai/platforms/oracle/5.10.json +2 -1
- data/lib/fauxhai/platforms/oracle/5.8.json +786 -0
- data/lib/fauxhai/platforms/oracle/6.5.json +2 -1
- data/lib/fauxhai/platforms/oracle/6.6.json +2 -1
- data/lib/fauxhai/platforms/oracle/6.8.json +625 -0
- data/lib/fauxhai/platforms/oracle/7.0.json +3 -1
- data/lib/fauxhai/platforms/oracle/7.1.json +216 -249
- data/lib/fauxhai/platforms/oracle/7.2.json +802 -0
- data/lib/fauxhai/platforms/ubuntu/12.04.json +11 -9
- data/lib/fauxhai/platforms/ubuntu/14.04.json +10 -8
- data/lib/fauxhai/version.rb +1 -1
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14dd16bef347ed411f93856f3ea8b3e2ea698a76
|
|
4
|
+
data.tar.gz: c8b4aefbeb27d92267333cca11d09eb3dd7dc38f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c85913de329411cada6059d78b997201dfc1613e32922c386715ff72655e2e3366edf62368f02ffc445931e64008a7e273262edef3dc477fe4907f384d86bd88
|
|
7
|
+
data.tar.gz: f4ac12d463a27862583b711d4fb0afd225a17b905da8283b9913fffd646bfcd5d7831056333f6ffbb869bf5095bb7fba56538546ea3d5bd76911ba350c99b47e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Fauxhai Changelog
|
|
2
2
|
|
|
3
|
+
## v3.8.0
|
|
4
|
+
|
|
5
|
+
- Added init_package attribute to existing CentOS/Oracle/Ubuntu/Debian platforms
|
|
6
|
+
- Added Debian 8.5
|
|
7
|
+
- Added Fedora 24
|
|
8
|
+
- Added Oracle Linux 5.8, 6.8, and regenerated 7.2 on VirtualBox to match others
|
|
9
|
+
|
|
3
10
|
## v3.7.0
|
|
4
11
|
|
|
5
12
|
- Fauxhai now requires at least Ruby 2.1.0
|
|
@@ -178,6 +178,7 @@
|
|
|
178
178
|
"codename": "squeeze"
|
|
179
179
|
},
|
|
180
180
|
"root_group": "root",
|
|
181
|
+
"init_package": "init",
|
|
181
182
|
"languages": {
|
|
182
183
|
"ruby": {
|
|
183
184
|
"bin_dir": "/usr/local/bin",
|
|
@@ -299,4 +300,4 @@
|
|
|
299
300
|
},
|
|
300
301
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
|
301
302
|
"uptime_seconds": 2646450
|
|
302
|
-
}
|
|
303
|
+
}
|
|
@@ -483,6 +483,7 @@
|
|
|
483
483
|
}
|
|
484
484
|
},
|
|
485
485
|
"root_group": "root",
|
|
486
|
+
"init_package": "init",
|
|
486
487
|
"languages": {
|
|
487
488
|
"ruby": {
|
|
488
489
|
"bin_dir": "/usr/local/bin",
|
|
@@ -604,4 +605,4 @@
|
|
|
604
605
|
},
|
|
605
606
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
|
606
607
|
"uptime_seconds": 2646450
|
|
607
|
-
}
|
|
608
|
+
}
|
|
@@ -483,6 +483,7 @@
|
|
|
483
483
|
}
|
|
484
484
|
},
|
|
485
485
|
"root_group": "root",
|
|
486
|
+
"init_package": "init",
|
|
486
487
|
"languages": {
|
|
487
488
|
"ruby": {
|
|
488
489
|
"bin_dir": "/usr/local/bin",
|
|
@@ -604,4 +605,4 @@
|
|
|
604
605
|
},
|
|
605
606
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
|
606
607
|
"uptime_seconds": 2646450
|
|
607
|
-
}
|
|
608
|
+
}
|
|
@@ -256,6 +256,7 @@
|
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
"root_group": "root",
|
|
259
|
+
"init_package": "init",
|
|
259
260
|
"languages": {
|
|
260
261
|
"ruby": {
|
|
261
262
|
"platform": "x86_64-linux",
|
|
@@ -388,4 +389,4 @@
|
|
|
388
389
|
},
|
|
389
390
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
|
390
391
|
"uptime_seconds": 2646450
|
|
391
|
-
}
|
|
392
|
+
}
|
|
@@ -302,6 +302,7 @@
|
|
|
302
302
|
"dmi": {
|
|
303
303
|
},
|
|
304
304
|
"root_group": "root",
|
|
305
|
+
"init_package": "init",
|
|
305
306
|
"languages": {
|
|
306
307
|
"ruby": {
|
|
307
308
|
"bin_dir": "/usr/local/bin",
|
|
@@ -423,4 +424,4 @@
|
|
|
423
424
|
},
|
|
424
425
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
|
425
426
|
"uptime_seconds": 2646450
|
|
426
|
-
}
|
|
427
|
+
}
|
|
@@ -2542,6 +2542,7 @@
|
|
|
2542
2542
|
"ps": "ps -ef"
|
|
2543
2543
|
},
|
|
2544
2544
|
"ohai_time": 1401081493.2605603,
|
|
2545
|
+
"init_package": "init",
|
|
2545
2546
|
"root_group": "root",
|
|
2546
2547
|
"languages": {
|
|
2547
2548
|
"ruby": {
|
|
@@ -2683,4 +2684,4 @@
|
|
|
2683
2684
|
"memory": {
|
|
2684
2685
|
"total": "524288kB"
|
|
2685
2686
|
}
|
|
2686
|
-
}
|
|
2687
|
+
}
|