diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-09 12:32:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-09 12:32:51 -0200 |
commit | 430389f5df672efcfca0f5cb9ab9b168114acfde (patch) | |
tree | f92eb68a9dc41c30c27a9ac8cfdc34761ccb5e25 /manifests | |
parent | 493d371a4410b0a6886fbe7cfe36180cb2120f60 (diff) | |
download | puppet-apache-430389f5df672efcfca0f5cb9ab9b168114acfde.tar.gz puppet-apache-430389f5df672efcfca0f5cb9ab9b168114acfde.tar.bz2 |
Fix package requirement
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/envvars.pp | 1 |
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'], } } |