Forge Home

repo_jethro

Adds the repositories for repos.jethrocarr.com

6,537 downloads

6,537 latest version

1.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.0 (latest)
released Oct 17th 2016

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jethrocarr-repo_jethro', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jethrocarr-repo_jethro
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jethrocarr-repo_jethro --version 1.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jethrocarr/repo_jethro — version 1.0.0 Oct 17th 2016

puppet-repo_jethro

This Puppet module configures the repositories available at repos.jethrocarr.com for supported platforms.

Usage

If you are using r10k, make sure the module is in your Puppetfile

mod 'jethrocarr/repo_jethro'

In your Puppet manifests (eg site.pp):

include repo_jethro

If you want to include from a specific module (eg SOE) and ensure the repo is installed before any packages, use:

require repo_jethro

If you wish to change any of the options, eg disable a particular repo or even override where the packages are pulled from (eg local mirror) the best place is to override inside Hiera.

Security

Whilst packages are downloaded via HTTP, all packages using the Jethro Carr repos are GPG signed. The GPG signing public key is included in this Puppet module, rather than being downloaded via unencrypted methods.

License

This module is licensed under the Apache License, Version 2.0 (the "License"). See the LICENSE.txt or http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.