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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

sql - MySQL not catching error -