summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2960e2f..6c9aa51 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -239,16 +239,11 @@ class apache(
},
}
- file { '/etc/apache2/envvars' :
- ensure => present,
- owner => 'root',
- group => 'root',
- mode => '0644',
+ class { 'apache::envvars':
source => $::virtual ? {
'vserver' => 'puppet:///modules/apache/envvars.vserver',
default => undef,
},
- notify => Service["apache"],
}
# Legacy configuration