summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/envvars.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/envvars.pp b/manifests/envvars.pp
index 0125bcb..fb60d69 100644
--- a/manifests/envvars.pp
+++ b/manifests/envvars.pp
@@ -8,5 +8,6 @@ class apache::envvars(
mode => 0644,
notify => Service["apache"],
source => $source,
+ require => Package['apache'],
}
}