From 9069208922bd02f233556eb0d2936a9c62d863e0 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 20:25:06 +0000 Subject: split websites module in smaller pieces --- deployment/websites/manifests/hugs.pp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 deployment/websites/manifests/hugs.pp (limited to 'deployment/websites/manifests/hugs.pp') diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp new file mode 100644 index 00000000..628d2b15 --- /dev/null +++ b/deployment/websites/manifests/hugs.pp @@ -0,0 +1,16 @@ +class websites { + class hugs inherits base { + $vhostdir = "$webdatadir/hugs.$domain" + $svn_location = "svn://svn.$domain/svn/web/hugs/public/" + + apache::vhost_base { "hugs.$domain": + location => $vhostdir, + } + + subversion::snapshot { "$vhostdir": + source => $svn_location + } + + package { php-exif: } + } +} -- cgit v1.2.1