diff options
-rw-r--r-- | modules/subversion/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index e52d37a9..acd92b60 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -51,7 +51,7 @@ class subversion { # allow to configure the snapshot refresh interval define snapshot($source, $refresh = '*/5', $user = 'root') { - include svn::client + include subversion::client exec { "/usr/bin/svn co $source $name": creates => $name, |