search for: serviceavar

Displaying 1 result from an estimated 1 matches for "serviceavar".

2007 Aug 21
4
communication between classes / hosts
...n for the following: I have two (a bunch really..) of services that work together and have to exchange some configinformation between each other. I can get this to work in only one of three cases: 1. Works # class serviceB { file {"serviceBconfig": content => $serviceA::serviceAvar } } # # class serviceA { $serviceAvar = "bull" } # 2. Does not work, error: "Failed to parse template serviceBconfig.erb: Could not find value for 'serviceA' at [....]" class serviceB { file {"serviceBconfig": content =>template("se...