From 96e12396a60a2174a9fd6e5c170c3056bd85e297 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Mon, 19 Aug 2013 22:10:41 +0200 Subject: [PATCH] add archlinux support --- README.md | 1 + manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee86d3d..390a8e3 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Platforms: * RHEL6 * Debian6 * Ubuntu 10.04 +* Archlinux Development ------------ diff --git a/manifests/params.pp b/manifests/params.pp index 5b6dc00..feaa950 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -94,7 +94,7 @@ class puppetdb::params { $embedded_subname = 'file:/usr/share/puppetdb/db/db;hsqldb.tx=mvcc;sql.syntax_pgs=true' case $::osfamily { - 'RedHat', 'Suse': { + 'RedHat', 'Suse', 'Archlinux': { $puppetdb_initconf = '/etc/sysconfig/puppetdb' } 'Debian': {