Bug 126968 - sysutils/puppet-devel: puppetmasterd cannot start
Summary: sysutils/puppet-devel: puppetmasterd cannot start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-30 13:30 UTC by Dulmandakh Sukhbaatar
Modified: 2008-09-04 04:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dulmandakh Sukhbaatar 2008-08-30 13:30:03 UTC
after installing puppet-devel or version 0.24.5 from ports, I cannot
start it issuing /usr/local/etc/rc.d/puppetmasterd start. it's saying
that /var/puppet cannot be found

Fix: 

just create /var/puppet. but i think it would be better create it in
postinst script.
How-To-Repeat: install puppet-devel from ports, enable puppetmasterd in /etc/rc.conf
adding puppetmasterd_enable="YES". after that you need create site manifest
file or site.pp in /usr/local/etc/puppet/manifests. content whould be
anything, but in my situation it's:

file { "/etc/passwd" :
        owner => "root",
        mode => 644,
}

now you can start puppetmasterd using /usr/local/etc/rc.d/puppetmasterd start
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-30 23:27:56 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-30 23:27:58 UTC
Maintainer of sysutils/puppet-devel,

Please note that PR ports/126968 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126968

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-30 23:27:59 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Tomoyuki Sakurai 2008-08-31 13:44:04 UTC
Thanks for your reporting.

I'm working on it.

Best regards,
-- 
Tomoyuki Sakurai
Comment 5 Tomoyuki Sakurai 2008-09-04 03:33:38 UTC
ports/127078 will fix this PR.

-- 
Tomoyuki Sakurai
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2008-09-04 04:20:41 UTC
State Changed
From-To: feedback->closed

Maintainer fix is available in ports/127078.