diff options
author | mh <mh@immerda.ch> | 2009-01-09 01:14:13 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-01-09 01:14:13 +0000 |
commit | c0725822733b5b5fbf53280fe5b5d727772f290b (patch) | |
tree | 4a2d6dd7ff194b19c9fb2ef52c17276947c35b47 /manifests/web/lighttpd/base.pp | |
parent | f3f463aa19fb268deb1e2c4f9e5705ed8628cfa0 (diff) |
fixinig naming problem -> Parent classes must have dissimilar names at /srv/puppet/development/modules/git/manifests/web/lighttpd.pp:26
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", |