[Puppet Users] API call to certificate_request deletes the request

2015-06-28 Thread Mikhail Simin
I'm using Puppet 3.7.3 and I observe this strange behavior when using the API to sign a certificate: ==> /var/log/apache.log <== > Jun 28 17:18:07.00 prod-puppetca apache: 127.0.0.1 prod-puppetca:8140 > - - [28/Jun/2015:17:18:03 +] "PUT > /production/certificate_request/prod-clientb

[Puppet Users] API access without using TLS for VMware Orchestrator

2015-05-06 Thread Erling Ringen Elvsrud
Hi! We use VMware Orchestrator for provisioning and needs to integrate it with Puppet Enterprise 3.7.2. Orchestrator needs to access the certificate_status API endpoint like this (just an example with curl): curl --insecure -H "Accept: pson" https://mypuppetca.local/8140/production/certifi

Re: [Puppet Users] API

2014-04-17 Thread Kylo Ginsberg
On Thu, Apr 17, 2014 at 6:30 AM, Marcio Ordoñez wrote: > Do you know why I get 404 erro on GET? > > curl -u user:password -k -H 'Accept: s' > https://puppet.mydomain.com.br/certificate/ca > > By default the puppetmaster listens on port 8140. So you might try: curl -k -H 'Accept: s' https://puppet

[Puppet Users] API

2014-04-17 Thread Marcio Ordoñez
Hello Do you know why I get 404 erro on GET? curl -u user:password -k -H 'Accept: s' https://puppet.mydomain.com.br/certificate/ca auth.config file contains path / auth any allow * Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. T

[Puppet Users] API to remove and clean nodes out of the master

2013-04-12 Thread Kubes
Is there an api (rest or gem) to delete a node and also remove from the dashboard? To delete the node like "node clean ", I did not see a remove node in the rest api docs, just a remove the certificate call Not sure of even a command-line to remove from the dashboard. Better even if one call?

Re: [Puppet Users] API: Get a list of servers that include a certain module/class

2010-09-07 Thread Daniel Pittman
phred writes: > Is there a possibility to get all servers via API that e.g. have "import > production" whereas production is a module/class. I want to use that host > list for doing "push deployments" - something that needs to be live > immediately. While this is available through stored config

Re: [Puppet Users] API: Get a list of servers that include a certain module/class

2010-09-07 Thread Joe McDonagh
On 09/07/2010 03:06 AM, phred wrote: Hi there Is there a possibility to get all servers via API that e.g. have "import production" whereas production is a module/class. I want to use that host list for doing "push deployments" - something that needs to be live immediately. Greets Philipp I

[Puppet Users] API: Get a list of servers that include a certain module/class

2010-09-07 Thread phred
Hi there Is there a possibility to get all servers via API that e.g. have "import production" whereas production is a module/class. I want to use that host list for doing "push deployments" - something that needs to be live immediately. Greets Philipp -- You received this message because you ar