Skip to content

Commit 50e771a

Browse files
authored
Merge pull request #9 from shoddyguard/pre_release
Prepare to release v0.1.0
2 parents 83cd0e2 + 84e415c commit 50e771a

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## Release
66

7-
### 0.1.0
7+
### [v0.1.0](https://github.com/shoddyguard/Puppet-Adguard/tree/v0.1.0) (2020-03-21)
88

99
**Features**
10-
Initial release, all current features documented in the README
10+
Initial release
1111

1212
**Bugfixes**
1313

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[![validate-puppet-module Actions Status](https://github.com/shoddyguard/Puppet-Adguard/workflows/validate-puppet-module/badge.svg?branch=main)](https://github.com/shoddyguard/Puppet-Adguard/actions)[![publish-puppet-module Actions Status](https://github.com/shoddyguard/Puppet-Adguard/workflows/publish-puppet-module/badge.svg)](https://github.com/shoddyguard/Puppet-Adguard/actions)
22
# Puppet-Adguard
3-
Puppet module for installing and managing AdGuard Home
3+
A Puppet module for installing and managing AdGuard Home
44

55
# Module description
66
This module will install and configure AdGuard Home on a node, it largely uses the defaults provided by AdGuard Home in a typical installation.
7-
Management is largely performed by manipulating the `AdGuardHome.yaml` file.
7+
This module manages AdGuard by manipulating the `AdGuardHome.yaml` file.
88
There are some features that are not yet working in this module, see the [Known Limitations](#know-limitations) sections for more information.
99

1010
This module has been tested on the following platforms:
1111
- Ubuntu 20.04
12+
- Ubuntu 18.04
13+
- Debian 9
1214

1315
# Setup
1416
The below demonstrates a minimum configuration:
@@ -107,6 +109,7 @@ By default the following bootstrap servers are configured:
107109
- '149.112.112.10'
108110
- '2620:fe::10'
109111
- '2620:fe::fe:10'
112+
-
110113
These can be changed by changing the `bootstrap_dns` parameter.
111114

112115
## Disabling configuration file management

metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@
2929
{
3030
"operatingsystem": "Ubuntu",
3131
"operatingsystemrelease": [
32-
"20.04"
32+
"20.04",
33+
"18.04"
34+
]
35+
},
36+
{
37+
"operatingsystem": "Debian",
38+
"operatingsystemrelease": [
39+
"9"
3340
]
3441
}
3542
],

0 commit comments

Comments
 (0)