Syntax error on closing brace in puppet class -


i must losing it. class gives error stating 'syntax error @ '}' on last line of file when running puppet agent. missing brace or other obvious issue?

class roles::webserver::na {    class { 'profiles::webserver::ourwebserver':      market => 'na'   }    class['profiles::webserver::ourwebserver']  } 

..not sure if helps diagnose, ourwebserver starts out so:

class profiles::webserver::ourwebserver($market) { 

...

looks problem class['profiles::webserver::ourwebserver'] bit, apparently 1 class ordering statement above isn't needed.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

sql - Simple C# web application with a database -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -