Merge pull request #2 from derekhiggins/import-params

Params should have been imported, it was only working in tests by accident
This commit is contained in:
Dan Bode 2012-04-23 20:12:50 -07:00
commit d6d4bdab0e

View File

@ -6,6 +6,8 @@ class horizon(
$cache_server_port = '11211'
) {
include horizon::params
if $cache_server_ip =~ /^127\.0\.0\.1/ {
Class['memcached'] -> Class['horizon']
}