FreeBSD Bugzilla – Attachment 160431 Details for
Bug 202704
[PATCH] sysutils/puppet update puppetmaster rc.d script to use `manifest` instead of `manifestdir`/site.pp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch for puppetmaster rc.d script
puppetmaster.patch (text/plain), 823 bytes, created by
lemon
on 2015-08-28 04:15:42 UTC
(
hide
)
Description:
patch for puppetmaster rc.d script
Filename:
MIME Type:
Creator:
lemon
Created:
2015-08-28 04:15:42 UTC
Size:
823 bytes
patch
obsolete
>$1" >[lemon@lab ~ ] 1 $ diff -u ~/tmp/puppetmaster /usr/local/etc/rc.d/puppetmaster >--- /home/lemon/tmp/puppetmaster 2015-08-28 03:46:22.075527653 +0000 >+++ /usr/local/etc/rc.d/puppetmaster 2015-08-28 03:48:12.417248000 +0000 >@@ -28,13 +28,13 @@ > unset puppetmaster_flags > > pidfile="${puppetmaster_rundir}/master.pid" >-puppet_manifestdir="$($command config print manifestdir)" >+puppet_manifest="$($command config print manifest)" > > start_precmd="puppetmaster_checkconfig" > restart_precmd="puppetmaster_checkconfig" > puppetmaster_checkconfig() { > echo -n "Performing sanity check of ${name} configuration: " >- if ! ${command} parser validate "${puppet_manifestdir}/site.pp" >+ if ! ${command} parser validate "${puppet_manifest}" > then > echo "FAILED" > return 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 202704
: 160431 |
160432