From b150dc28119051a11aa169b63770f7bd3a6308ea Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 8 Oct 2007 15:39:48 -0400 Subject: add minion-acl.conf to spec file --- func.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/func.spec b/func.spec index 61cb2e4..c889fce 100644 --- a/func.spec +++ b/func.spec @@ -43,6 +43,7 @@ rm -fr $RPM_BUILD_ROOT %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/pki/%{name} %config(noreplace) /etc/func/minion.conf +%config(noreplace) /etc/func/minion-acl.conf %config(noreplace) /etc/func/certmaster.conf %config(noreplace) /etc/logrotate.d/func_rotate %dir %{python_sitelib}/func -- cgit