11 lines
350 B
Text
11 lines
350 B
Text
Index: ext/cli/foreground
|
|
--- ext/cli/foreground.orig
|
|
+++ ext/cli/foreground
|
|
@@ -1,6 +1,6 @@
|
|
#!/usr/bin/env bash
|
|
|
|
-restartfile="/opt/puppetlabs/server/data/puppetdb/restartcounter"
|
|
+restartfile="/var/puppetlabs/puppetdb/data/restartcounter"
|
|
cli_defaults=${INSTALL_DIR}/cli/cli-defaults.sh
|
|
|
|
if [ ! -e "${INSTALL_DIR}/ezbake-functions.sh" ]; then
|