commit | 6e135638cb888d99c841c74b14f2d89d18f38492 | [log] [tgz] |
---|---|---|
author | codec <codec@fnord.cx> | Tue Jul 03 17:17:53 2012 +0200 |
committer | codec <codec@fnord.cx> | Tue Jul 03 17:17:53 2012 +0200 |
tree | ca1c79c45b55615bd35daba76a1217080170ff60 | |
parent | 65cfb8ca574bb37e11bdd971b28ee6e00048f879 [diff] |
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