diff options
author | Colin Guthrie <colin@mageia.org> | 2014-06-15 11:30:45 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-06-15 11:30:45 +0100 |
commit | ac337270845d112a13524e9c501e4fcfc8c75b88 (patch) | |
tree | 1719224a00ff67b3a61dfd781755b67966ae7041 /modules | |
parent | 043e8f0e6e79e5bceb598bd9c2f0933fd24c3805 (diff) | |
download | puppet-ac337270845d112a13524e9c501e4fcfc8c75b88.tar puppet-ac337270845d112a13524e9c501e4fcfc8c75b88.tar.gz puppet-ac337270845d112a13524e9c501e4fcfc8c75b88.tar.bz2 puppet-ac337270845d112a13524e9c501e4fcfc8c75b88.tar.xz puppet-ac337270845d112a13524e9c501e4fcfc8c75b88.zip |
sympa: Switch sympa template hosting to git.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/manifests/server.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sympa/manifests/server.pp b/modules/sympa/manifests/server.pp index bc476128..9df9f8ca 100644 --- a/modules/sympa/manifests/server.pp +++ b/modules/sympa/manifests/server.pp @@ -56,8 +56,8 @@ class sympa::server( content => template('sympa/vhost_ml.conf'), } - subversion::snapshot { '/etc/sympa/web_tt2': - source => 'svn://svn.mageia.org/svn/web/templates/sympa/trunk', + git::snapshot { '/etc/sympa/web_tt2': + source => "git://git.$::domain/web/templates/sympa", } file { ['/etc/sympa/lists_xml/', |