From 9060cccfbfa77fbc8592f07e4641514d7a740a1f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 26 Oct 2007 17:33:44 -0400 Subject: Adds the filetracker module, originally developed by fordship, with some tweaks. "func spec call filetracker track filename" can be used to track a file, and "func spec call filetracker untrack filename" removes it. Then it shows up with lots of data using "func spec call filetracker inventory". Addition can also specify for the contents of data in the said files to be noted in inventory. Additionally, the inventory function can be told to return data structures instead of an easily-diffable list, and the checksums can be enabled/disabled. --- func.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 386e2ae..579093c 100644 --- a/func.spec +++ b/func.spec @@ -50,6 +50,7 @@ rm -fr $RPM_BUILD_ROOT %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/minion-acl.d/ %dir %{_sysconfdir}/pki/%{name} +%dir /etc/func/modules/ %config(noreplace) /etc/func/minion.conf %config(noreplace) /etc/func/certmaster.conf %config(noreplace) /etc/logrotate.d/func_rotate -- cgit