Browse Source

Merge pull request #7 from smlloyd/master

Add root group to FreeBSD defaults. by @smlloyd
tags/v0.1
Arnold Bechtoldt 9 years ago
parent
commit
04f7f8466d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      network/defaults.yaml

+ 2
- 1
network/defaults.yaml View File

@@ -124,7 +124,8 @@ RedHat:
routes: {}
FreeBSD:
interfaces:
resolver: {}
resolver:
group: wheel
hosts: {}
routes: {}
{% endload %}

Loading…
Cancel
Save