search for: certemail

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

2010 Dec 09
10
Invalid parameter when assigning parameterized class to a node
...p 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 following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter certEMail at /var/lib/puppet/abnahme/manifests/nodes.pp:11...