diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 22:02:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-30 22:02:33 -0300 |
commit | 311f21d210974cef53cb16972f9d37762dc352a9 (patch) | |
tree | 7c2569435569873a1264dbef4689d8b2bf3accce | |
parent | 8e2b45f1e45988652c2cc117b95292bf569f94ca (diff) | |
download | puppet-nodo-311f21d210974cef53cb16972f9d37762dc352a9.tar.gz puppet-nodo-311f21d210974cef53cb16972f9d37762dc352a9.tar.bz2 |
Updating to recent reprepro module
-rw-r--r-- | manifests/web.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index 1545e03..b9d7bc2 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -7,7 +7,7 @@ class nodo::web inherits nodo::vserver { include database include users::virtual include utils::web - include reprepro + include reprepro::cron backupninja::svn { "svn": src => "/var/svn", |