Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hosts file entry #75

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fix_hosts_file_entry
  • Loading branch information
damacus authored Sep 9, 2021
commit b3029196c8902e5f0655003411589ea91b1d1954
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@ This file is used to list changes made in each version of the Dnsmasq cookbooks.

- Fix resource name typo and added dependency cookbook for hostsfile_entry (hostsfile)

## 1.1.0 - *2021-08-31*

- Standardise the tested platforms

## 1.0.2 - *2021-08-31*

- Standardise files with files in sous-chefs/repo-management
11 changes: 7 additions & 4 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -9,8 +9,11 @@
issues_url 'https://github.com/sous-chefs/dnsmasq/issues'
version '1.1.0'

%w(ubuntu debian redhat centos oracle).each do |os|
supports os
end

depends 'hostsfile'
damacus marked this conversation as resolved.
Show resolved Hide resolved

supports 'ubuntu'
supports 'debian'
supports 'redhat'
supports 'centos'
supports 'oracle'

You are viewing a condensed version of this merge commit. You can view the full changes here.