Displaying 1 result from an estimated 1 matches for "stage_cis2".
2009 Jul 22
1
puppet class syntax error
...#39;'m in the process of setting up our puppet environment, and am
creating dummy classes so that I can test/use our node classification
script, however my dummy classes are throwing the following error.
puppetmasterd[3908]: Could not parse for environment production:
Syntax error at ''Stage_cis2'' at /etc/puppet/manifests/classes/
Stage_cis2.pp:2
As you see, the actual syntax of my class is bone-simple:
# Placeholder class so that the puppet node classifier doesn''t throw
errors
class Stage_cis2 {
}
Are empty classes no longer supported as of 0.24.8? Or is my class
name...