Hi I''m anxious to get puppet into production, and although I''d prefer installing puppet as a .deb package (as most of the servers in our shop runs Debian), I think I''ll try to get some of my not-so- important servers into my test setup by installing puppet with the .tgz files. Upon the first installation I realize that puppetd and puppetmasterd is copied to /usr/bin and not /usr/sbin - isn''t that a bug/error..? I looked in the rakefile and found this: task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd") There on line 63 it actually says "sbin" but puts the files into bin/. Shouldn''t it be sbin/...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
Juri Rischel Jensen wrote:> Hi > > I''m anxious to get puppet into production, and although I''d prefer > installing puppet as a .deb package (as most of the servers in our > shop runs Debian), I think I''ll try to get some of my not-so- > important servers into my test setup by installing puppet with > the .tgz files. > > Upon the first installation I realize that puppetd and puppetmasterd > is copied to /usr/bin and not /usr/sbin - isn''t that a bug/error..? I > looked in the rakefile and found this: > > task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd") > > There on line 63 it actually says "sbin" but puts the files into > bin/. Shouldn''t it be sbin/...?Yes, that''s a bug. Will you please file it as such? -- I have lost friends, some by death... others through sheer inability to cross the street. -- Virginia Woolf --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Hi Luke On Oct 18, 2006, at 0:44, Luke Kanies wrote:> Yes, that''s a bug. Will you please file it as such?It''s probably me, but how do I actually do that? I don''t see any directions on how to do that on the project site. Actually I think I can manage to make a patch too, but I have the same question about handling that... ;-) -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
Juri Rischel Jensen wrote:> > It''s probably me, but how do I actually do that? I don''t see any > directions on how to do that on the project site.Go to the Trac site[1], log in as user ''puppet'' with password ''reductive'', and select "New Ticket" from the bar.> Actually I think I can manage to make a patch too, but I have the > same question about handling that... ;-)That''d be great. If you attach a patch, please include ''[PATCH]'' in the ticket title. 1 - https://reductivelabs.com/cgi-bin/puppet.cgi/ -- I have lost friends, some by death... others through sheer inability to cross the street. -- Virginia Woolf --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Hi Luke On Oct 18, 2006, at 16:37, Luke Kanies wrote:>> Actually I think I can manage to make a patch too, but I have the >> same question about handling that... ;-) > > That''d be great. If you attach a patch, please include ''[PATCH]'' > in the > ticket title.Well it seems that I don''t know enough ruby to do that. :-( Maybe I should take a closer look at the language... -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
Juri Rischel Jensen wrote:> > Well it seems that I don''t know enough ruby to do that. :-( Maybe I > should take a closer look at the language...It''s fine if you don''t include a patch -- the build system isn''t exactly the most straightforward part of Puppet. I *do* highly recommend looking into Ruby, though; it''s really a great language. -- I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are ''obviously'' no deficiencies and the other way is to make it so complicated that there are no ''obvious'' deficiencies. -- C.A.R. Hoare, Turing Lecture "The Emperor''s Old Clothes" CACM February 1981, pp. 75-83. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com