From: mh Date: Sat, 16 Oct 2010 15:36:23 +0000 (+0200) Subject: add dependency X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f570f4d2185ccadf4fbc6839c6423bd75ed7476;p=puppet-lighttpd.git add dependency --- diff --git a/manifests/debian.pp b/manifests/debian.pp index 0b67924..a5d8fd0 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -1,8 +1,10 @@ class lighttpd::debian inherits lighttpd::base { file{ '/var/www/lighttpd': - ensure => directory; + ensure => directory, + require => Package['lighttpd']; '/var/www/index.lighttpd.html': ensure => absent, + require => Package['lighttpd']; } }