diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-02 18:12:09 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-02 18:12:09 +0300 |
commit | 04826ee353238b595b8712b49b24c11bf6595e50 (patch) | |
tree | 9a1067d840918f39080c08231b8ff60b752f500d /deployment | |
parent | ae459144760a5ce5dd83106c5ea3ee2dd29d7321 (diff) | |
download | puppet-04826ee353238b595b8712b49b24c11bf6595e50.tar puppet-04826ee353238b595b8712b49b24c11bf6595e50.tar.gz puppet-04826ee353238b595b8712b49b24c11bf6595e50.tar.bz2 puppet-04826ee353238b595b8712b49b24c11bf6595e50.tar.xz puppet-04826ee353238b595b8712b49b24c11bf6595e50.zip |
Do not publish i686
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index ca1b42fe..0951bb1a 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -6,6 +6,7 @@ gid = nogroup [mageia] path = /distrib/mirror/ comment = Mageia Mirror Tree + exclude = i686/ hosts allow = \ 10.42.0.0/24 \ rabbit.<%= domain %> \ |