Skip to content

Commit

Permalink
Merge pull request #16 from markt-de/freebsd
Browse files Browse the repository at this point in the history
Make compatible with FreeBSD
  • Loading branch information
tohuwabohu committed Jun 3, 2020
2 parents dd98653 + d54c5b7 commit 07b8821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install.pp
Expand Up @@ -84,7 +84,7 @@
source => "${target}/composer.json-dist",
replace => false,
owner => 'root',
group => 'root',
group => 0,
mode => '0644',
require => $require_archive,
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/service.pp
Expand Up @@ -16,7 +16,7 @@
ensure => link,
target => $roundcube::install::target,
owner => 'root',
group => 'root',
group => 0,
}
}
}
3 changes: 3 additions & 0 deletions metadata.json
Expand Up @@ -25,6 +25,9 @@
"14.04",
"16.04"
]
},
{
"operatingsystem": "FreeBSD"
}
],
"requirements": [
Expand Down

0 comments on commit 07b8821

Please sign in to comment.