Displaying 4 results from an estimated 4 matches for "prov01".
Did you mean:
prova01
2010 Aug 25
1
Could not request certificate: Neither PUB key nor PRIV key
...ong
I stop the client, and remove the ssl directory on the client:
[root@app03 puppet]# service puppet stop
Stopping puppet: [ OK ]
[root@app03 puppet]# rm -fR /var/lib/puppet/ssl
[root@app03 puppet]#
I then go and clean the certificate on the server.
prov01 ~:# puppetca --clean app03.pax.livegamer.com
notice: Revoked certificate with serial 114
notice: Removing file Puppet::SSL::Certificate app03.pax.livegamer.com
at ''/var/lib/puppet/ssl/ca/signed/app03.pax.livegamer.com.pem''
notice: Removing file Puppet::SSL::Certificate app03.pax.l...
2010 Sep 29
3
Foreman barfs on startup.
All,
First attempt at running foreman.
[pax] prov01 /usr/share/foreman/script:# ./server -e production
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
/usr/share/foreman/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in
`old_load_missing_constant'': uninitialized constant Puppet::Rails
(...
2005 Jan 09
5
Little confused about Caller ID
...tte
<digium@muel.org> wrote:
> Hi,
>
> I've got the Caller ID name and number working with the application
> SetCIDNumber and SetCIDName.
>
> [...]
> exten => s,3,SetCIDNumber(4183289901)
> exten => s,4,SetCIDName(Frank Black)
> exten => s,5,Dial(IAX2/prov01/${DEST})
> [...]
>
> You can also use SetCallerID(Frank Black <4183289901>), but no success
for
> me...
>
> bye,
>
> Samuel T. Cossette
> samuel@levinux.org, 1.418.8o2.784o
> << Well, that's for me to know and you to find out. >> Jeffrey, Blue...
2010 Sep 28
13
Reading Puppet reports with Python
Has anyone got/seen Python code to read puppet reports?
I added a bunch of these:
class PuppetReport(yaml.YAMLObject):
yaml_tag = u''!ruby/object:Puppet::Transaction::Report''
def __init__(self, host, logs, metrics, records, time):
self.host = host
self.logs = logs
self.metrics = metrics
self.records = records
self.time = time
However, the Python YAML