Skip to content

Commit f0baf9e

Browse files
committed
Merge pull request #79 from aboe76/master
add archlinux support
2 parents dd57e38 + 96e1239 commit f0baf9e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ Platforms:
420420
* RHEL6
421421
* Debian6
422422
* Ubuntu 10.04
423+
* Archlinux
423424

424425
Development
425426
------------

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
$embedded_subname = 'file:/usr/share/puppetdb/db/db;hsqldb.tx=mvcc;sql.syntax_pgs=true'
9595

9696
case $::osfamily {
97-
'RedHat', 'Suse': {
97+
'RedHat', 'Suse', 'Archlinux': {
9898
$puppetdb_initconf = '/etc/sysconfig/puppetdb'
9999
}
100100
'Debian': {

0 commit comments

Comments
 (0)