diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 22:30:28 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 22:30:28 +0300 |
commit | f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e (patch) | |
tree | 7319119e2d482e849179f14ebd5f393ec4a9bf9c /deployment/repositories | |
parent | 14ab3decc1954837f31a608648a95375247330f4 (diff) | |
download | puppet-f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e.tar puppet-f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e.tar.gz puppet-f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e.tar.bz2 puppet-f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e.tar.xz puppet-f6c6f606dc27ad7bdc27ad62d4947a0151f5fd6e.zip |
typo fix
Diffstat (limited to 'deployment/repositories')
-rw-r--r-- | deployment/repositories/manifests/subversion.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/repositories/manifests/subversion.pp b/deployment/repositories/manifests/subversion.pp index 9c664a9b..1f17ab5a 100644 --- a/deployment/repositories/manifests/subversion.pp +++ b/deployment/repositories/manifests/subversion.pp @@ -56,7 +56,7 @@ class repositories::subversion { project => 'mageia', repo => 'testrepo', tinyifier => 'http://is.gd/create.php?format=simple&url=', - urlprefix => "http://svnweb.${::domain}/%(repo)?view=revision&revision='", + urlprefix => "http://svnweb.${::domain}/%(repo)?view=revision&revision=", channels => '{irc://chat.freenode.net/commits, irc://chat.freenode.net/test-irker}', }, } |