Skip to content

Commit 0c32e9d

Browse files
keeleysamHAIL9000
authored andcommitted
(PUP-5123) Replace http:// links with https://
This replaces most http:// links with https:// The replaced ones have all been verified to serve identical content. Those which aren't replaced are contained within XML schema or are internal puppetlabs links which are unable to be verified externally. Some are also outdated and inaccessible and should be updated seperately.
1 parent c880d46 commit 0c32e9d

150 files changed

Lines changed: 342 additions & 342 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232
s.email = "puppet@puppetlabs.com"
3333
s.executables = ["puppet"]
3434
s.files = ["bin/puppet"]
35-
s.homepage = "http://puppetlabs.com"
35+
s.homepage = "https://puppetlabs.com"
3636
s.rdoc_options = ["--title", "Puppet - Configuration Management", "--main", "README", "--line-numbers"]
3737
s.require_paths = ["lib"]
3838
s.rubyforge_project = "puppet"

COMMITTERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ branch, however, we maintain more than one active branch. As a result
88
contributors should target their changes at the master branch. This makes the
99
process of contributing a little easier for the contributor since they don't
1010
need to concern themselves with the question, "What branch do I base my changes
11-
on?" This is already called out in the [CONTRIBUTING.md](http://goo.gl/XRH2J).
11+
on?" This is already called out in the [CONTRIBUTING.md](https://goo.gl/XRH2J).
1212

1313
Therefore, it is the responsibility of the committer to re-base the change set
1414
on the appropriate branch which should receive the contribution.
1515

1616
It is also the responsibility of the committer to review the change set in an
1717
effort to make sure the end users must opt-in to new behavior that is
1818
incompatible with previous behavior. We employ the use of [feature
19-
flags](http://stackoverflow.com/questions/7707383/what-is-a-feature-flag) as
19+
flags](https://stackoverflow.com/questions/7707383/what-is-a-feature-flag) as
2020
the primary way to achieve this user opt-in behavior. Finally, it is the
2121
responsibility of the committer to make sure the `master` and `stable` branches
2222
are both clean and working at all times. Clean means that dead code is not

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ and updates to existing core types.
2323

2424
If you are unsure of whether your contribution should be implemented as a
2525
module or part of Puppet Core, you may visit
26-
[#puppet-dev on Freenode IRC](http://freenode.net) or ask on the
26+
[#puppet-dev on Freenode IRC](https://freenode.net) or ask on the
2727
[puppet-dev mailing list](https://groups.google.com/forum/#!forum/puppet-dev)
2828
for advice.
2929

3030
## Getting Started
3131

32-
* Make sure you have a [Jira account](http://tickets.puppetlabs.com)
32+
* Make sure you have a [Jira account](https://tickets.puppetlabs.com)
3333
* Make sure you have a [GitHub account](https://github.com/signup/free)
3434
* Submit a ticket for your issue, assuming one does not already exist.
3535
* Clearly describe the issue including steps to reproduce when it is a bug.
@@ -106,11 +106,11 @@ a ticket number.
106106

107107
# Additional Resources
108108

109-
* [Puppet Labs community guidelines](http://docs.puppetlabs.com/community/community_guidelines.html)
110-
* [Bug tracker (Jira)](http://tickets.puppetlabs.com)
109+
* [Puppet Labs community guildelines](https://docs.puppetlabs.com/community/community_guidelines.html)
110+
* [Bug tracker (Jira)](https://tickets.puppetlabs.com)
111111
* [Contributor License Agreement](http://links.puppetlabs.com/cla)
112-
* [General GitHub documentation](http://help.github.com/)
113-
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
112+
* [General GitHub documentation](https://help.github.com/)
113+
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
114114
* #puppet-dev IRC channel on freenode.org ([Archive](https://botbot.me/freenode/puppet-dev/))
115115
* [puppet-dev mailing list](https://groups.google.com/forum/#!forum/puppet-dev)
116116
* [Community PR Triage notes](https://github.com/puppet-community/community-triage/tree/master/core/notes)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
you may not use this file except in compliance with the License.
99
You may obtain a copy of the License at
1010

11-
http://www.apache.org/licenses/LICENSE-2.0
11+
https://www.apache.org/licenses/LICENSE-2.0
1212

1313
Unless required by applicable law or agreed to in writing, software
1414
distributed under the License is distributed on an "AS IS" BASIS,

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Puppet
22
======
33

44
[![Build Status](https://travis-ci.org/puppetlabs/puppet.png?branch=master)](https://travis-ci.org/puppetlabs/puppet)
5-
[![Inline docs](http://inch-ci.org/github/puppetlabs/puppet.png)](http://inch-ci.org/github/puppetlabs/puppet)
5+
[![Inline docs](https://inch-ci.org/github/puppetlabs/puppet.png)](https://inch-ci.org/github/puppetlabs/puppet)
66

77
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs
88
administrative tasks (such as adding users, installing packages, and updating server
@@ -12,7 +12,7 @@ Documentation
1212
-------------
1313

1414
Documentation for Puppet and related projects can be found online at the
15-
[Puppet Docs site](http://docs.puppetlabs.com).
15+
[Puppet Docs site](https://docs.puppetlabs.com).
1616

1717
HTTP API
1818
--------
@@ -21,15 +21,15 @@ HTTP API
2121
Installation
2222
------------
2323

24-
The best way to run Puppet is with [Puppet Enterprise](http://puppetlabs.com/puppet/puppet-enterprise),
24+
The best way to run Puppet is with [Puppet Enterprise](https://puppetlabs.com/puppet/puppet-enterprise),
2525
which also includes orchestration features, a web console, and professional support.
26-
[The PE documentation is available here.](http://docs.puppetlabs.com/pe/latest)
26+
[The PE documentation is available here.](https://docs.puppetlabs.com/pe/latest)
2727

2828
To install an open source release of Puppet,
29-
[see the installation guide on the docs site.](http://docs.puppetlabs.com/guides/installation.html)
29+
[see the installation guide on the docs site.](https://docs.puppetlabs.com/guides/installation.html)
3030

3131
If you need to run Puppet from source as a tester or developer,
32-
[see the running from source guide on the docs site.](http://docs.puppetlabs.com/guides/from_source.html)
32+
[see the running from source guide on the docs site.](https://docs.puppetlabs.com/guides/from_source.html)
3333

3434
Developing and Contributing
3535
------
@@ -72,5 +72,5 @@ a best effort to backport that fix onto the latest Puppet 3 release.
7272
Long-term support, including security patches and bug fixes, is available for
7373
commercial customers. Please see the following page for more details:
7474

75-
[Puppet Enterprise Support Lifecycle](http://puppetlabs.com/misc/puppet-enterprise-lifecycle)
75+
[Puppet Enterprise Support Lifecycle](https://puppetlabs.com/misc/puppet-enterprise-lifecycle)
7676

acceptance/lib/puppet/acceptance/rpm_util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def send_rpm(agent, o={})
7373
License: GPL+
7474
Group: Development/Tools
7575
SOURCE0 : %{name}-%{version}.tar.gz
76-
URL: http://www.puppetlabs.com/
76+
URL: https://www.puppetlabs.com/
7777
7878
BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release}-root
7979

acceptance/tests/modules/build/build_basic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"summary": "Nginx Module",
1414
"license": "Apache Version 2.0",
1515
"source": "git://github.com/puppetlabs/puppetlabs-nginx.git",
16-
"project_page": "http://github.com/puppetlabs/puppetlabs-nginx",
17-
"issues_url": "http://github.com/puppetlabs/puppetlabs-nginx",
16+
"project_page": "https://github.com/puppetlabs/puppetlabs-nginx",
17+
"issues_url": "https://github.com/puppetlabs/puppetlabs-nginx",
1818
"dependencies": [
1919
{"name":"puppetlabs-stdlub","version_requirement":">= 1.0.0"}
2020
]

acceptance/tests/modules/build/build_ignore_module_file.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"summary": "Test Module",
1515
"license": "Apache Version 2.0",
1616
"source": "git://github.com/puppetlabs/puppetlabs-test.git",
17-
"project_page": "http://github.com/puppetlabs/puppetlabs-test",
18-
"issues_url": "http://github.com/puppetlabs/puppetlabs-test",
17+
"project_page": "https://github.com/puppetlabs/puppetlabs-test",
18+
"issues_url": "https://github.com/puppetlabs/puppetlabs-test",
1919
"dependencies": [
2020
{"name":"puppetlabs-stdlub","version_requirement":">= 1.0.0"}
2121
]

acceptance/tests/modules/changes/missing_checksums_json.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"summary": "Nginx Module",
1717
"license": "Apache Version 2.0",
1818
"source": "git://github.com/puppetlabs/puppetlabs-nginx.git",
19-
"project_page": "http://github.com/puppetlabs/puppetlabs-nginx",
20-
"issues_url": "http://github.com/puppetlabs/puppetlabs-nginx",
19+
"project_page": "https://github.com/puppetlabs/puppetlabs-nginx",
20+
"issues_url": "https://github.com/puppetlabs/puppetlabs-nginx",
2121
"dependencies": [
2222
{"name":"puppetlabs-stdlub","version_requirement":">= 1.0.0"}
2323
]

acceptance/tests/parser_functions/lookup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name "Lookup data using the agnostic lookup function"
22
# pre-docs:
3-
# http://puppet-on-the-edge.blogspot.com/2015/01/puppet-40-data-in-modules-and.html
3+
# https://puppet-on-the-edge.blogspot.com/2015/01/puppet-40-data-in-modules-and.html
44

55
testdir = master.tmpdir('lookup')
66

0 commit comments

Comments
 (0)