summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--func.spec1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/func.spec b/func.spec
index 6d29221..1347e9f 100644
--- a/func.spec
+++ b/func.spec
@@ -83,6 +83,7 @@ rm -fr $RPM_BUILD_ROOT
%config(noreplace) /etc/logrotate.d/func_rotate
%config(noreplace) /etc/func/modules/Test.conf
%config(noreplace) /etc/func/modules/bridge.conf
+%config(noreplace) /etc/func/modules/vlan.conf
%dir %{python_sitelib}/func
%dir %{python_sitelib}/func/minion
%dir %{python_sitelib}/func/overlord
diff --git a/setup.py b/setup.py
index 611b6aa..e377cc9 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ if __name__ == "__main__":
(logpath, []),
(etcmodpath, ['etc/Test.conf']),
(etcmodpath, ['etc/bridge.conf']),
+ (etcmodpath, ['etc/vlan.conf']),
(varpath, []),
(aclpath, [])
],