Skip to content

Support for sortlist missing #27

@Punicaa

Description

@Punicaa

The cookbook is missing the option to add sortlists to resolv.conf. It should be a pretty minimal code change to fix this. If i'm correct the only thing needing to be added is the following to resolv.conf template:

<% unless nil_or_empty?(@sortlist) -%>
sortlist <%= @sortlist.join(' ') %>
<% end -%>

I've made the following PR which adds this: sous-chefs/resolver#78

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions