aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 21:06:05 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 21:06:05 +0000
commitcb8c61400f65030d52b7f53975f5109f72c2990c (patch)
tree6a28a6109b0595eeb44fe97932cf45d6447b871d
parent80d9df60681dfd6bce174cf4a236f1d8d1376c79 (diff)
downloadpuppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar
puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.gz
puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.bz2
puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.xz
puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.zip
add another missing directory
-rw-r--r--modules/buildsystem/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 097e4818..1d9db998 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -51,6 +51,10 @@ class buildsystem {
}
$location = "/var/www/bs"
+ file { $location:
+ ensure => directory,
+ }
+
apache::vhost_base { "pkgsubmit.$domain":
aliases => { "/uploads" => "$sched_home_dir/uploads" },
location => $location,