rather use the alias and keep references consistent

Using the variable reference also breaks rspec-puppet
tests with compile.with_all_deps as it won't be able
to fully resolve all the dependencies.

Change-Id: Ica4bd1d3336d59d66d8da01194bba825d958943a
This commit is contained in:
Marcel Haerry 2015-03-25 14:33:14 +01:00
parent b975b22d97
commit 1b66610b74
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class horizon::wsgi::apache (
# - ${priority}-${vhost_conf_name}.conf
# - ${priority}-${vhost_ssl_conf_name}.conf
#",
require => Package[$::horizon::params::package_name],
require => Package['horizon'],
}