Skip to content

Commit

Permalink
Merge pull request voxpupuli#1111 from strangelittlemonkey/Add_Dragon…
Browse files Browse the repository at this point in the history
…Fly_BSD_Support

Add DragonFly BSD support
  • Loading branch information
wyardley committed Aug 24, 2017
2 parents 507b9e5 + 1122e1f commit 2296437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
}
}
'FreeBSD': {
'DragonFly', 'FreeBSD': {
$_module_os_overrides = {
'conf_dir' => '/usr/local/etc/nginx',
'daemon_user' => 'www',
Expand Down
3 changes: 3 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
{
"operatingsystem": "FreeBSD"
},
{
"operatingsystem": "DragonFly"
},
{
"operatingsystem": "NetBSD"
},
Expand Down

0 comments on commit 2296437

Please sign in to comment.