Skip to content

Commit fe6e902

Browse files
authored
Merge pull request #24 from gibbs/updates
Content updates
2 parents a19c50e + 1fbf87e commit fe6e902

File tree

10 files changed

+5364
-16096
lines changed

10 files changed

+5364
-16096
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '22'
1919
- name: Install NPM Dependencies
2020
run: npm install
2121
- name: Build

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: '22'
2020
- name: Install Dependencies
2121
run: npm install
2222
- name: Lint
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: '16'
32+
node-version: '22'
3333

3434
- name: Install Dependencies
3535
run: npm install
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v3
6464
- uses: actions/setup-node@v3
6565
with:
66-
node-version: '16'
66+
node-version: '22'
6767

6868
- name: Install Dependencies
6969
run: npm install

content/projects/003-docker-php-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ date: "2021-11-20"
2222
jsonld:
2323
datePublished: "2021-07-06"
2424
dateCreated: "2021-07-06"
25-
dateModified: "2023-01-07"
25+
dateModified: "2025-01-26"
2626
sameAs:
2727
- https://hub.docker.com/r/genv/php-cli
2828
- https://github.com/gibbs/docker-php-cli
@@ -41,7 +41,7 @@ Images are frequently built on various Debian releases to provide all major
4141
releases and security updates after 5.6. Old, unsupported, PHP versions are
4242
still provided, allowing work to be performed on legacy codebases and old
4343
library versions. Tags are available for PHP versions 5.6, 7.0, 7.1, 7.2, 7.3,
44-
7.4, 8.0, 8.1 and 8.2 with the Composer package manager being included in all
44+
7.4, 8.0, 8.1, 8.2, 8.3 and 8.4 with the Composer package manager being included in all
4545
releases.
4646

4747
1. [Getting Started](#goto-getting-started)

content/projects/004-currency-datasets.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ date: "2021-11-17"
2121
jsonld:
2222
datePublished: "2021-11-17"
2323
dateCreated: "2021-11-17"
24-
dateModified: "2023-01-28"
24+
dateModified: "2025-01-26"
2525
sameAs:
2626
- https://github.com/gibbs/currency-data
2727
badges:
@@ -1452,6 +1452,15 @@ Markdown, PHP and XML formats for easy programmatic usage.
14521452
<td>EC$</td>
14531453
<td>true</td>
14541454
</tr>
1455+
<tr>
1456+
<td>Caribbean guilder</td>
1457+
<td>guilder</td>
1458+
<td>XCG</td>
1459+
<td>Cg</td>
1460+
<td>&amp;#x43;&amp;#x67;</td>
1461+
<td></td>
1462+
<td>true</td>
1463+
</tr>
14551464
<tr>
14561465
<td>SDR (Special Drawing Right)</td>
14571466
<td>SDR</td>
@@ -1507,12 +1516,12 @@ Markdown, PHP and XML formats for easy programmatic usage.
15071516
<td>true</td>
15081517
</tr>
15091518
<tr>
1510-
<td>Zimdollar</td>
1511-
<td>dollar</td>
1512-
<td>ZWL</td>
1513-
<td>$</td>
1514-
<td>&amp;#x24;</td>
1515-
<td>ZWL$</td>
1519+
<td>Zimbabwe Gold</td>
1520+
<td>zig</td>
1521+
<td>ZWG</td>
1522+
<td>ZiG</td>
1523+
<td>&amp;#x5A;&amp;#x69;&amp;#x47;</td>
1524+
<td></td>
15161525
<td>true</td>
15171526
</tr>
15181527
</tbody>

content/projects/008-puppet-auditd.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ date: "2022-03-10"
2020
jsonld:
2121
datePublished: "2022-03-10"
2222
dateCreated: "2022-03-10"
23-
dateModified: "2022-11-24"
23+
dateModified: "2025-01-26"
2424
sameAs:
2525
- https://github.com/gibbs/puppet-auditd
2626
- https://forge.puppet.com/modules/genv/auditd
@@ -173,20 +173,12 @@ auditd::audisp::config:
173173
!!!include(puppet-auditd/data/AlmaLinux-8.yaml)!!!
174174
```
175175

176-
```yaml [g1:CentOS 7]
177-
!!!include(puppet-auditd/data/CentOS-7.yaml)!!!
178-
```
179-
180-
```yaml [g1:Debian 10]
181-
!!!include(puppet-auditd/data/Debian-10.yaml)!!!
182-
```
183-
184176
```yaml [g1:Debian 11]
185177
!!!include(puppet-auditd/data/Debian-11.yaml)!!!
186178
```
187179

188-
```yaml [g1:RedHat 7]
189-
!!!include(puppet-auditd/data/RedHat-7.yaml)!!!
180+
```yaml [g1:Debian 12]
181+
!!!include(puppet-auditd/data/Debian-12.yaml)!!!
190182
```
191183

192184
```yaml [g1:RedHat 8]
@@ -197,10 +189,6 @@ auditd::audisp::config:
197189
!!!include(puppet-auditd/data/Rocky-8.yaml)!!!
198190
```
199191

200-
```yaml [g1:Scientific 7]
201-
!!!include(puppet-auditd/data/Scientific-7.yaml)!!!
202-
```
203-
204192
```yaml [g1:Ubuntu 1804]
205193
!!!include(puppet-auditd/data/Ubuntu-18.04.yaml)!!!
206194
```
@@ -213,6 +201,10 @@ auditd::audisp::config:
213201
!!!include(puppet-auditd/data/Ubuntu-22.04.yaml)!!!
214202
```
215203

204+
```yaml [g1:Ubuntu 2404]
205+
!!!include(puppet-auditd/data/Ubuntu-24.04.yaml)!!!
206+
```
207+
216208
<div class="puppet--changelog">
217209

218210
!!!include(puppet-auditd/CHANGELOG.md)!!!

content/projects/009-puppet-osquery.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ date: "2022-03-18"
2020
jsonld:
2121
datePublished: "2022-03-18"
2222
dateCreated: "2022-03-18"
23-
dateModified: "2022-04-26"
23+
dateModified: "2025-01-26"
2424
sameAs:
2525
- https://github.com/gibbs/puppet-osquery
2626
- https://forge.puppet.com/modules/genv/osquery
@@ -164,6 +164,10 @@ JSON result:
164164
!!!include(puppet-osquery/data/RedHat.yaml)!!!
165165
```
166166

167+
```yaml [g1:Windows]
168+
!!!include(puppet-osquery/data/windows.yaml)!!!
169+
```
170+
167171
<div class="puppet--changelog">
168172

169173
!!!include(puppet-osquery/CHANGELOG.md)!!!

0 commit comments

Comments
 (0)