diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 7ce3077fde..68647cf838 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -7,7 +7,7 @@ num_cpus: 12 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 22, 25, 80, 443, 9418, +tcp_ports: [ 22, 25, 80, 443, 8442, 8443, 8444, 8445, # Used for the eventsource 8088, @@ -72,14 +72,6 @@ host_backup_targets: ['/srv/git', '/var/www/releases'] db_backup_dir: ['/backups'] dbs_to_backup: ['pagure'] -# Configuration for the git-daemon/server -git_group: git -git_port: 9418 -git_server: /usr/libexec/git-core/git-daemon -git_server_args: --export-all --syslog --inetd --verbose -git_basepath: /srv/git/repositories -git_daemon_user: git - # For the MOTD csi_security_category: Low csi_primary_contact: Fedora admins - admin@fedoraproject.org