summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-09 12:32:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-09 12:32:51 -0200
commit430389f5df672efcfca0f5cb9ab9b168114acfde (patch)
treef92eb68a9dc41c30c27a9ac8cfdc34761ccb5e25
parent493d371a4410b0a6886fbe7cfe36180cb2120f60 (diff)
downloadpuppet-apache-430389f5df672efcfca0f5cb9ab9b168114acfde.tar.gz
puppet-apache-430389f5df672efcfca0f5cb9ab9b168114acfde.tar.bz2
Fix package requirement
-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'],
}
}