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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -