Displaying 1 result from an estimated 1 matches for "someservice02".
Did you mean:
someservice01
2007 Aug 21
1
handling of dynamic filecontent creation
...}
}
#
Then I have n classes that use that definition:
#
class webserviceA_base {
$servicename = mywebservice
}
class webserviceA_01 {
create-webservice {"SomeService01":
ip => "99.99.99.99",
instance => "01"
}
}
class webserviceA_02 {
create-webservice {"SomeService02":
ip => "88.88.88.88",
instance => "02"
}
}
#
So far so good, works like a charm everyone is happy.
But this was just to give you the propper background to my actual
Problem. :/
We have a (once again) in-house build tool that sets up local
dummy-interfaces using a...