Sha256: aac8e9fadb6ce3604c0abf5a209e2ee28afcf2cf012340d8eb77c98c48288a8f
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 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" OPTIONS="$OPTIONS --certname=puppet --logdest=console" /usr/sbin/puppetmasterd --no-daemonize $OPTIONS $*
Version data entries
3 entries across 3 versions & 1 rubygems