Skip to content

Commit

Permalink
Update the dehydrated repository URL
Browse files Browse the repository at this point in the history
The repository has been moved to an organization some time ago.  Use
this new URL instad of the old one.

This is a breaking change: the vcsrepo module will consider that the
existing repository is different, and forcing it does not seems to be a
good idea.
  • Loading branch information
smortex authored and neomilium committed Dec 25, 2020
1 parent d01e924 commit bb5c806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

String $group = 'dehydrated',
String $user = 'dehydrated',
String $repo_source = 'https://github.com/lukas2511/dehydrated.git',
String $repo_source = 'https://github.com/dehydrated-io/dehydrated.git',
String $repo_revision = 'v0.7.0',

Array[String] $dependencies = [],
Expand Down

0 comments on commit bb5c806

Please sign in to comment.