diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-05 13:41:34 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-05 13:41:34 -0400 |
commit | 041ea64d0310f6b73c787c2b4ca8949248df9ecd (patch) | |
tree | 17e67cd51e4c3c54cae049653cdc740b5deb0ae5 | |
parent | 5e45513f399f1eccd27bfaf6679db50025d1a094 (diff) |
Migrates OpenDaylight to official repo
ODL repo has been moved from a personal github account into official ODL
repo.
Change-Id: I1248c22acc09962ef788ca19ee87b6bda8ef8450
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | Puppetfile_extras | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras index 481a8ec..4bc9d3f 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -46,7 +46,7 @@ mod 'systemd', :ref => 'master' mod 'opendaylight', - :git => 'https://github.com/dfarrell07/puppet-opendaylight', + :git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight', :ref => 'master' mod 'ssh', |