I have cobbler 2.4.0 (from EPEL) on RHEL6.5.
When I do a "wget" for a system's cobber-config.repo, all the repos have gpgcheck set to 0:
# wget -q "http://cobbler/cblr/svc/op/yum/system/jaguar" -O - | grep gpg gpgcheck=0 gpgcheck=0 gpgcheck=0
This did not use to be the case, so something changed on the server, but I don't know what..
I'm guessing this is coming from the local "config.repo" files in all my repository mirrors.
From my reading of the code in action_reposync.py, if I set the yum option "gpgcheck=1" for all my repositories, when I do a reposync, it will write gpgcheck=1 into the config.repo file.
Is that correct?
cobbler@lists.fedorahosted.org