Sha256: 9b10f1fd4936083f2878bd7fd07c91043989f7c43dc25d838a586509a0d0b91c

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

#!/usr/bin/env bash

# /var/lib/puppet/state/puppetdlock
. /etc/profile
HN=`hostname`
ps aux | grep puppetmaster | awk '{print $2}' | xargs kill
/etc/init.d/puppetmaster stop;rm /etc/poolparty/ssl/ca/signed/$HN.*;/etc/init.d/puppetmaster start;puppetmasterd --verbose

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auser-poolparty-0.2.76 lib/poolparty/templates/puppetcleaner