Skip to content

Commit

Permalink
Merge pull request #17 from mherrre/master
Browse files Browse the repository at this point in the history
Allowing to configure default resolvers when using netplan
  • Loading branch information
mherrre authored Mar 16, 2022
2 parents 37bf2d7 + b1bce25 commit bb10244
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.26

* Allowing to configure default resolvers when using netplan

## 0.1.25

* Added **Ubunutu 20** support
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
dev => 'resolvers_all_interfaces',
match => true,
match_name => '*',
dns => [ '1.1.1.1', '8.8.8.8' ],
dns => $resolvers,
search => $searchlist,
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-resolvconf",
"version": "0.1.25",
"version": "0.1.26",
"author": "eyp",
"summary": "manages /etc/resolv.conf file",
"license": "Apache-2.0",
Expand Down

0 comments on commit bb10244

Please sign in to comment.