diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-05 18:28:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-05 18:28:12 +0000 |
commit | 8521c30d920a202f85e04304c7a21bda9fe543e1 (patch) | |
tree | c465e7724ff77fe8eb7ac580d8175eaae2a68dda /modules/subversion/manifests | |
parent | 72da74f4bc1966d5abc1ddff504e93ab84a2d045 (diff) | |
download | puppet-8521c30d920a202f85e04304c7a21bda9fe543e1.tar puppet-8521c30d920a202f85e04304c7a21bda9fe543e1.tar.gz puppet-8521c30d920a202f85e04304c7a21bda9fe543e1.tar.bz2 puppet-8521c30d920a202f85e04304c7a21bda9fe543e1.tar.xz puppet-8521c30d920a202f85e04304c7a21bda9fe543e1.zip |
- fix wrong class name
Diffstat (limited to 'modules/subversion/manifests')
-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, |