Sha256: fbf8fb6925cdb3cff9be972d5bd3c66462b4ee78a6e44bb2031ffce9f48c651c
Contents?: true
Size: 238 Bytes
Versions: 11
Compression:
Stored size: 238 Bytes
Contents
#!/usr/bin/env bash # /var/lib/puppet/state/puppetdlock . /etc/profile ps aux | grep puppetmaster | awk '{print $2}' | xargs kill /etc/init.d/puppetmaster stop rm -rf /etc/puppet/ssl /etc/init.d/puppetmaster start puppetmasterd --verbose
Version data entries
11 entries across 11 versions & 1 rubygems