]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
do the vhosts dir at the right place
authormh <mh@immerda.ch>
Sun, 17 Oct 2010 13:53:58 +0000 (15:53 +0200)
committermh <mh@immerda.ch>
Sun, 17 Oct 2010 13:53:58 +0000 (15:53 +0200)
manifests/vhosts.pp

index 72cbcf511616b074e060dba85a7f8ab2a0d5d21b..f84238c1ec00190bbfd9f702ef26223f5a5337b8 100644 (file)
@@ -8,4 +8,10 @@ class lighttpd::vhosts {
     notify => Service['lighttpd'],
     owner => root, group => 0, mode => 0644;
   }
+
+  file{'/var/www/vhosts':
+    ensure => directory,
+    require => Package['lighttpd'],
+    owner => root, group => 0, mode => 0644;
+  }
 }