Changed parameter revision to ensure in svn module

This commit is contained in:
Ossi Salmi 2010-11-17 12:47:19 +02:00 committed by Timo Mkinen
parent b3aed13226
commit d376a3b024
3 changed files with 19 additions and 19 deletions

View file

@ -42,8 +42,8 @@ class wiki::graphingwiki::common {
include svn::client
svn::export { "/usr/local/src/graphingwiki":
source => "http://svn.graphingwiki.webfactional.com/trunk",
revision => $wiki_gwiki_revision,
source => "http://svn.graphingwiki.webfactional.com/trunk",
ensure => $wiki_gwiki_revision,
}
}