From 215f94b00c3540dc60f3b498e4fdf7094f30324b Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 25 Jun 2014 20:27:32 +0300 Subject: aconf-specific Augeas lenses --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index feb0c3e..8598224 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ LUA_VERSION := 5.2 confdir := etc/aconf luadir := usr/share/lua/$(LUA_VERSION)/aconf resdir := usr/share/aconf +augdir := $(resdir)/augeas webdir := $(resdir)/web starter := usr/sbin/aconfd @@ -43,6 +44,8 @@ endef $(eval $(call link,aconf,$(luadir))) $(eval $(call rcopy,aconf,$(luadir),lua,-not -path 'aconf/modules/demo-*')) +$(eval $(call rcopy,augeas,$(augdir),aug)) + $(eval $(call link,config,$(confdir))) $(eval $(call copy,config,$(confdir),audit.json,600)) $(eval $(call copy,config,$(confdir),auth.json,600)) -- cgit v1.2.3