On Fri, Jul 23, 2010 at 11:47 AM, Trevor Menagh <t...@trevreport.org> wrote: > Hi all, > > I am new to puppet and have been working on getting it up and running > on OS X. I finally got it working, but it took a lot of head pounding > so I wrote a post about it (http://trevmex.com/post/850520511/ > bootstrapping-puppet-on-mac-os-x). > > I was hoping that some of you more experienced guys could take a look > at it and perhaps help me streamline the process. I have a feeling > that there is a better way, but I don't know what it might be. I am a > n00b looking to be influenced. :)
"open" isn't the best way in the world to install packages in OS X. installer -pkg facter-1.5.7.pkg -target / does a proper command line based install. I'd suggest getting a bug report in about mkusers on OS X, or chiming in on an existing one, as this has confused a lot of people, and we can do better. Do you really need to set up fileserver.conf? I never touch it anymore, and just use modules for everything, which automatically create mountpoints. Did you need to make all those directories by hand? Puppet should do that for you, and if not, I'd put in bug reports if that's not working on OS X. The aim should be for you to not have to do any of the stuff you've done in your postinstall script I reckon. > > Take care, > Trevor > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.