search for: certmail

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

Did you mean: certemail
2010 Dec 09
10
Invalid parameter when assigning parameterized class to a node
Hello, I searched through the archive of the google group but did not found any solution or hint for my problem. I want to assign the following parameterized class to a node. class httpd($certMail, $certOU) { ... } This is the node statement to assign the class to a node. node "someserver" inherits basenode { class { httpd: certEMail => "an.email@address", certOU => "organizational unit"; } } When running puppet I get the...