Skip to content

Commit

Permalink
Add Archlinux support
Browse files Browse the repository at this point in the history
  • Loading branch information
GregSutcliffe committed Oct 28, 2016
1 parent 6c923fe commit 45be954
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
$root_group = 'wheel'
}

'Archlinux': {
$dhcp_dir = '/etc'
$packagename = 'dhcp'
$servicename = 'dhcpd4'
$root_group = 'root'
$bootfiles = {}
}

'RedHat': {
$dhcp_dir = '/etc/dhcp'
$packagename = 'dhcp'
Expand Down
3 changes: 3 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
"16.04"
]
},
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
Expand Down

0 comments on commit 45be954

Please sign in to comment.