diff options
Diffstat (limited to 'manifests/web/lighttpd/base.pp')
-rw-r--r-- | manifests/web/lighttpd/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web/lighttpd/base.pp b/manifests/web/lighttpd/base.pp index 26fd225..43ad48f 100644 --- a/manifests/web/lighttpd/base.pp +++ b/manifests/web/lighttpd/base.pp @@ -1,4 +1,4 @@ -class git::web::lighttpd::base { +class lighttpd::base::git::web inherits lighttpd::base { File['/etc/lighttpd/lighttpd.conf']{ source => [ "puppet://$server/files/git/web/${fqdn}/lighttpd.conf", "puppet://$server/files/git/web/lighttpd.conf", |