summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-06-25 20:27:32 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-06-25 23:35:42 +0300
commit215f94b00c3540dc60f3b498e4fdf7094f30324b (patch)
tree410fabfd2cdd80867edc7d7dc6be597ff8fc97c5 /Makefile
parentbdfd467ef1ea44d40d994c1d6edb090421aca774 (diff)
downloadaconf-215f94b00c3540dc60f3b498e4fdf7094f30324b.tar.bz2
aconf-215f94b00c3540dc60f3b498e4fdf7094f30324b.tar.xz
aconf-specific Augeas lenses
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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))