diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-20 21:06:05 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-20 21:06:05 +0000 |
commit | cb8c61400f65030d52b7f53975f5109f72c2990c (patch) | |
tree | 6a28a6109b0595eeb44fe97932cf45d6447b871d /modules/buildsystem/manifests | |
parent | 80d9df60681dfd6bce174cf4a236f1d8d1376c79 (diff) | |
download | puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.gz puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.bz2 puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.tar.xz puppet-cb8c61400f65030d52b7f53975f5109f72c2990c.zip |
add another missing directory
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 4 |
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, |