Convert more http links to https.

This commit is contained in:
Matt Clay
2018-04-23 12:22:36 -07:00
parent 354454ad58
commit 32d786af65
17 changed files with 27 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ This, more or less, allows you to keep one central database containing
info about all of your managed instances.
This script is an example of sourcing that data from Cobbler
(http://cobbler.github.com). With cobbler each --mgmt-class in cobbler
(https://cobbler.github.io). With cobbler each --mgmt-class in cobbler
will correspond to a group in Ansible, and --ks-meta variables will be
passed down for use in templates or even in argument lines.
@@ -25,8 +25,6 @@ ansible talking to it twice. The first one found will be used. If no
not add cobbler system names because there is no requirement in cobbler
that those correspond to addresses.
See http://ansible.github.com/api.html for more info
Tested with Cobbler 2.0.11.
Changelog:
@@ -56,7 +54,7 @@ Changelog:
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <https://www.gnu.org/licenses/>.
######################################################################