Skip to content

Commit

Permalink
stahnma-epel has been transfered to voxpupuli
Browse files Browse the repository at this point in the history
  • Loading branch information
kallies committed Mar 29, 2020
1 parent e6ba89b commit 1ba9341
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fixtures:
repositories:
epel: 'https://github.com/stahnma/puppet-module-epel.git'
epel: 'https://github.com/voxpupuli/puppet-epel.git'
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
vcsrepo: 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ versions are defined in the [metadata.json](metadata.json)
On EL (Red Hat, CentOS etc.) systems, the EPEL repository needs to be enabled
for the Let's Encrypt client package.

The module can integrate with [stahnma/epel](https://forge.puppetlabs.com/stahnma/epel)
The module can integrate with [puppet/epel](https://forge.puppetlabs.com/puppet/epel)
to set up the repo by setting the `configure_epel` parameter to `true` (the default for RedHat) and
installing the module.

Expand Down
4 changes: 1 addition & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _Private Classes_

**Functions**

* [`letsencrypt::letsencrypt_lookup`](#letsencryptletsencrypt_lookup):
* [`letsencrypt::letsencrypt_lookup`](#letsencryptletsencrypt_lookup):

**Data types**

Expand All @@ -40,8 +40,6 @@ Install and configure Certbot, the LetsEncrypt client

#### Examples

#####

```puppet
class { 'letsencrypt' :
email => '[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"version_requirement": ">= 2.0.0 < 4.0.0"
},
{
"name": "stahnma/epel",
"version_requirement": ">= 1.0.0 < 2.0.0"
"name": "puppet/epel",
"version_requirement": ">= 3.0.1 < 4.0.0"
}
]
}

0 comments on commit 1ba9341

Please sign in to comment.