On Wednesday, April 10, 2013 5:27:20 PM UTC+2, Larry Fast wrote:
>
> When I define the mcollective_version variable using hiera I get the
> following error. There is no indication where the problem has occurred.
>
> Error: Failed to apply catalog: You cannot specify more than one of
> content,
I'm guessing that the problem is in
example42/mcollective/manifests/init.pp...
class mcollective (
$install_dependencies = params_lookup( 'install_dependencies' ),
$stomp_host = params_lookup( 'stomp_host' ),
$stomp_port = params_lookup( 'stomp_port' ),
$stomp_user
The error you're getting indicates an incorrectly specified resource.
Please post your manifest to make it easier to debug.
On Wednesday, April 10, 2013 8:27:20 AM UTC-7, Larry Fast wrote:
>
> When I define the mcollective_version variable using hiera I get the
> following error. There is no ind