Sha256: 2c907af07b4a8cd2600b9aaf6d2529383f0faf984213b0516e96fdb528d9ebb7
Contents?: true
Size: 481 Bytes
Versions: 7
Compression:
Stored size: 481 Bytes
Contents
#!/bin/sh # create tmp if needed, other directories are created by puppetmasterd [ -d tmp ] || mkdir tmp # change working directories OPTIONS="--logdir=$PWD/log --vardir=$PWD/tmp/lib --rundir=$PWD/tmp/run --ssldir=$PWD/tmp/ssl" # use local files OPTIONS="$OPTIONS --templatedir=$PWD/templates --manifestdir=$PWD/manifests --modulepath=$PWD/modules --confdir=$PWD/config" OPTIONS="$OPTIONS --certname=puppet --logdest=console" /usr/sbin/puppetmasterd --no-daemonize $OPTIONS $*
Version data entries
7 entries across 7 versions & 2 rubygems