Skip to content

Commit

Permalink
Add FreeBSD support (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Dec 16, 2020
1 parent 249f439 commit be1e874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
$augeas_pkgs = ['augeas']
}

'FreeBSD': {
$ruby_pkg = 'rubygem-ruby-augeas'
$augeas_pkgs = ['augeas']
}

default: { fail("Unsupported OS family: ${::osfamily}") }
}

Expand Down
7 changes: 7 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
},
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"11",
"12"
]
}
],
"requirements": [
Expand Down

0 comments on commit be1e874

Please sign in to comment.