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:
commit
d6d4bdab0e
@ -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']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user