Sha256: 4d2d1bbb798a230aabd3d8cdd8b0758f015e7b3f5819c1b7c29be7e1cfceb8f0
Contents?: true
Size: 239 Bytes
Versions: 11
Compression:
Stored size: 239 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 puppetmasterd --verbose /etc/init.d/puppetmaster start
Version data entries
11 entries across 11 versions & 1 rubygems