search for: servicebconfig

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

2007 Aug 21
4
communication between classes / hosts
Hi there, me again! I´m looking for a solution 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 {"serviceB...