Fix catalog compilation for Puppet 2.7

Fix catalog compilation problem with Puppet 2.7

Fixes #120
This commit is contained in:
François Charlier 2014-02-03 11:35:41 +01:00
parent c73245562e
commit b90569e323

View File

@ -68,7 +68,7 @@ class cloud::telemetry::server(
hour => '0',
}
Cron <| title == 'ceilometer-expirer' |> { command => "sleep $((\$RANDOM % 86400)) && ${::ceilometer::params::expirer_command}" }
Cron <<| title == 'ceilometer-expirer' |>> { command => "sleep $((\$RANDOM % 86400)) && ${::ceilometer::params::expirer_command}" }
@@haproxy::balancermember{"${::fqdn}-ceilometer_api":
listening_service => 'ceilometer_api_cluster',