add class for apache configuration
diff --git a/manifests/apache.pp b/manifests/apache.pp
new file mode 100644
index 0000000..ec4c5b9
--- /dev/null
+++ b/manifests/apache.pp
@@ -0,0 +1,7 @@
+class backuppc::apache inherits backuppc::params {
+  file { $config_apache:
+    ensure  => symlink,
+    target  => '/etc/backuppc/apache.conf',
+    require => Package[$package]
+  }
+}
\ No newline at end of file