Skip to content

Commit

Permalink
Merge pull request #682 from bastelfreak/notes
Browse files Browse the repository at this point in the history
README.md: Adjust links after repo migration
  • Loading branch information
bastelfreak authored Nov 12, 2024
2 parents 3fcc320 + 125e414 commit c38707d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ include 'nginx'
$server_names = [$facts['networking']['fqdn'], $aliases]
nginx::resource::vhost { $facts['networking']['fqdn']:
proxy => 'http://localhost:8500',
proxy => 'http://127.0.0.1:8500',
server_name => $server_names,
}
```
Expand Down Expand Up @@ -525,10 +525,9 @@ a module that can do that.

## Development

Open an [issue](https://github.com/solarkennedy/puppet-consul/issues) or
[fork](https://github.com/solarkennedy/puppet-consul/fork) and open a
[Pull Request](https://github.com/solarkennedy/puppet-consul/pulls)

Open an [issue](https://github.com/voxpupuli/puppet-consul/issues) or
[fork](https://github.com/voxpupuli/puppet-consul/fork) and open a
[Pull Request](https://github.com/voxpupuli/puppet-consul/pulls)

## Transfer Notice

Expand Down

0 comments on commit c38707d

Please sign in to comment.