summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-25 21:36:05 +0000
committermh <mh@immerda.ch>2008-10-25 21:36:05 +0000
commit22bdcda8946555836ffada43451f8daba465720f (patch)
tree7376799f131842c6df3b796b1c0554499c5051df /manifests/init.pp
parentf1edc18ce9aa3b3f9c2b5843fee54dc81676c63b (diff)
removed double definition (merge regression)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index df8edc1..cf8dce0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -44,15 +44,6 @@ class apache::base {
owner => root, group => 0, mode => 0755;
}
- file{'modules_dir':
- path => '/etc/apache2/modules.d/',
- ensure => directory,
- owner => root,
- group => 0,
- mode => 0755,
- require => Package[apache],
- }
-
package { 'apache':
name => 'apache',
ensure => present,