Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 466286

Summary: app-admin/puppet - /etc/init.d/puppet: function `reload' defined but does not exist
Product: Gentoo Linux Reporter: Dustin C. Hatch <dustin>
Component: [OLD] ServerAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ruby, sysadmin
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to add reload() function to /etc/init.d/puppet

Description Dustin C. Hatch 2013-04-17 20:52:48 UTC
The `/etc/init.d/puppet` init script defines "reload" as a valid command (extra_started_commands="reload"), but does not expose a reload function.

Reproducible: Always

Steps to Reproduce:
1. emerge app-admin/puppet
2. rc-service puppet start
3. rc-service puppet reload
Actual Results:  
 * puppet: function `reload' defined but does not exist


Expected Results:  
SIGUSR1 should be sent to the puppet agent daemon, causing it to reload configuration from the puppetmaster
Comment 1 Dustin C. Hatch 2013-04-17 20:53:22 UTC
Created attachment 345828 [details, diff]
Patch to add reload() function to /etc/init.d/puppet
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2013-04-18 22:22:46 UTC

*** This bug has been marked as a duplicate of bug 462640 ***