curl -X POST -d @filename.txt -u usernamehere:passwordhere https://server.company.com/session/sync.jspThe content of filename.txt is pairs of name=value separated by &. E.g.
id=1&options=doit&field3=Submit
curl -X POST -d @filename.txt -u usernamehere:passwordhere https://server.company.com/session/sync.jspThe content of filename.txt is pairs of name=value separated by &. E.g.
id=1&options=doit&field3=Submit
< pre >
< / pre >
# The puppetmaster server PUPPET_SERVER=puppetmaster # If you wish to specify the port to connect to do so here #PUPPET_PORT=8140 # Where to log to. Specify syslog to send log messages to the system log. PUPPET_LOG=/var/log/puppet/puppet.log # You may specify other parameters to the puppet client here #PUPPET_EXTRA_OPTS=--waitforcert=500