I need to automate setting the URL used in "Contact Manager" -> "Post to URL" when deploying new servers with puppet.
I cannot see an API call I can use to do this, the only functions I can find are related to testing an existing post URL. (verify_posturl_access and send_test_posturl)
Instead I am looking at directly modifying /etc/wwwacct.conf.shadow to add (or update) a record for CONTACTPOSTURL.
In the absence of an API method, is this a valid way to do this?
Is there a better way to do this?
I cannot see an API call I can use to do this, the only functions I can find are related to testing an existing post URL. (verify_posturl_access and send_test_posturl)
Instead I am looking at directly modifying /etc/wwwacct.conf.shadow to add (or update) a record for CONTACTPOSTURL.
In the absence of an API method, is this a valid way to do this?
Is there a better way to do this?