Displaying 1 result from an estimated 1 matches for "parametrezied".
Did you mean:
parameterized
2013 Nov 12
1
Own Package Installscript
...tomcat server.
In this case I have to use the class 2 times.
I tried to change the contend of the variable , but I only get error.
I see no functioning possibility to use the class 2 times and to give them
the Variables $packagename and $repopath.(packagename changing )
I tried to use it in a parametrezied class as following:
class tomcat {
class {''install_package'':
packagename => "mypackage.rpm",
repopath => "http://www.something.de",
}
class {''install_package'':
packagename => "mypackagename2...