diff options
Diffstat (limited to 'manifests/web/lighttpd')
-rw-r--r-- | manifests/web/lighttpd/base.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/web/lighttpd/base.pp b/manifests/web/lighttpd/base.pp new file mode 100644 index 0000000..26fd225 --- /dev/null +++ b/manifests/web/lighttpd/base.pp @@ -0,0 +1,7 @@ +class git::web::lighttpd::base { + File['/etc/lighttpd/lighttpd.conf']{ + source => [ "puppet://$server/files/git/web/${fqdn}/lighttpd.conf", + "puppet://$server/files/git/web/lighttpd.conf", + "puppet://$server/git/web/lighttpd.conf" ], + } +} |