[Puppet Users] Workstations and Certs

2009-06-30 Thread engle
t to use a single cert for all of the clients or is there a better way to deal with this sort of setup? Thanks for any replies, Kurt Engle --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" gro

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread engle
n 6/30/2009 1:26 PM, engle wrote: > > > So, would it be best to use a single cert for all of the clients or is > > there a better way to deal with this sort of setup? > > Run > >    puppetca --clean host.to.be.imaged > > on the puppetmaster as it's being imaged

[Puppet Users] Mac Domainname and facter

2009-09-18 Thread engle
We have a large number of Macs that are using puppet to install packages. The source of the packages is determined by the domain name of the client. We are using ISC's dhcpd. The macs seem to pick up the correct domain name from the dhcp server but facter is not picking it up. If I type "domainnam

[Puppet Users] Re: Mac Domainname and facter

2009-09-22 Thread engle
S X clients have ComputerName and LocalHostName in > SystemConfiguration as well, which are what are set via the Sharing > prefpane. These are independent of actual domain names, but the fact > that terminal prompts fall back to them in some situations often > confuses people. > > scut

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread engle
ile via DHCP. -kurt On Sep 23, 7:05 am, Allan Marcus wrote: > Compare: > > hostname > to > facter | grep -i FQDN > > they should be the same. The domain name is just going to be the FQDN   > minus everything upto the first period. > > --- > Thanks, >

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread engle
ac OS X 10.5.8 (9L31a) sp_packages => 1 sp_physical_memory => 1 GB sp_platform_uuid => 9F4A5996-8A4C-5C7C-AAF3-2F9F68E80A0B sp_serial_number => YM913AKG6MH sp_smc_version_system => 1.44f0 sp_uptime => up 6:22:19:39 sp_user_name => System Administrator (root) timezone =>

[Puppet Users] Re: Mac Domainname and facter

2009-09-29 Thread engle
ll   > solve your facter domain issue. > > --- > Thanks, > > Allan Marcus > 505-667-5666 > > On Sep 23, 2009, at 9:51 AM, engle wrote: > > > > > Yes, that is true. > > > Hostname is reporting wrong and so is facter. > > > The issue is that the mac is pic

[Puppet Users] Mac OSX Package install

2009-03-03 Thread engle
I am trying to setup a simple puppet config to pull a .dmg file off an http server and install that package on to a mac laptop. I seem to have the configuration working somewhat, but the package does not get installed on the laptop. I am trying to do a simple install of Firefox and have obtained

[Puppet Users] Re: Mac OSX Package install

2009-03-04 Thread engle
'err: //Node[default]/mac-firefox/ Pkg_deploy[Firefox3.0.6-1.dmg]/Package[Firefox3.0.6-1.dmg]/ensure: change from absent to present failed: Thanks again for your help. -kurt On Mar 3, 3:51 pm, Nigel Kersten wrote: > engle, does it work when you avoid the define and just do a standard

[Puppet Users] Re: Mac OSX Package install

2009-03-04 Thread engle
r and see the dmg file come down, I can see the dmg.R54j5J file get created and then go away on the eject command. It seems that I am damn close. Is it a problem with the dmg file? At this point, I am using the dmg file off the Firefox web site. Thanks for your help, it is very much appreciat

[Puppet Users] Re: Mac OSX Package install

2009-03-04 Thread engle
ocess of creating a package for use with puppet? Thanks again for all your help, -kurt On Mar 4, 9:37 am, Nigel Kersten wrote: > On Wed, Mar 4, 2009 at 9:34 AM, engle wrote: > > It seems that I am damn close. Is it a problem with the dmg file? At > > this point, I am using

[Puppet Users] Using LDAP to determine package distribution

2009-04-02 Thread engle
I am wanting to use LDAP classes to determine what software packages to install on various Mac. I have the puppet schema installed and have populated a few puppetclass variables. What I am looking for is some guidance on what the init.pp file would look like basically 'CASE' on various puppetclas

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-02 Thread engle
nything on the puppet client machine? The fqdn of the client matches the cn entry in my LDAP database. Thanks, -kurt On Apr 2, 1:39 pm, Rob McBroom wrote: > On 2009-Apr-2, at 2:56 PM, engle wrote: > > > What I am looking for is some guidance on what the init.pp file would > > l

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-07 Thread engle
ppet? Thanks, -kurt On Apr 3, 6:53 am, Nigel Kersten wrote: > On Thu, Apr 2, 2009 at 11:56 AM, engle wrote: > > > I am wanting to useLDAPclasses to determine what software packages > > to install on various Mac. I have the puppet schema installed and have > > populated a f

[Puppet Users] Processing arrays

2009-04-08 Thread engle
I am having troubles finding the proper documentation that explains how to access the elements in an array. I have created a function that queries LDAP and returns an array of packages that I will deploy using puppet. In my init.pp file I have something like: $packages = get_packages("cn=comput

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-24 Thread engle
a ruby routine that will look at the nodes domain name and determine where the node's package source will be. We are still in the testing phase of the project and I am sure that there will be changes, but using LDAP to determine package installation will be a HUGE time and money saver fo

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Kurt Engle
at 2:24 PM, Nigel Kersten wrote: > > On Tue, Jun 30, 2009 at 2:03 PM, engle wrote: > > > > Well, that is what we are doing right now. However, when dealing with > > potentially hundred of machines, this gets a little awkward and > > unmanageable. We are a scho

[Puppet Users] Re: Workstations and Certs

2009-06-30 Thread Kurt Engle
le to talk to the puppetmaster. Thanks for your replies and help with this. -kurt On Tue, Jun 30, 2009 at 3:25 PM, Nigel Kersten wrote: > > On Tue, Jun 30, 2009 at 3:19 PM, Kurt Engle wrote: > > Pre-generating all the certs would be very time consuming with hundreds > of > > m

[Puppet Users] Re: Workstations and Certs

2009-07-01 Thread Kurt Engle
ff. -kurt On Tue, Jun 30, 2009 at 4:47 PM, Nigel Kersten wrote: > > On Tue, Jun 30, 2009 at 4:32 PM, Michael Semcheski > wrote: > > > > On Tue, Jun 30, 2009 at 6:36 PM, Kurt Engle wrote: > >> Our imaging process takes an OS base image with a few apps that include &

[Puppet Users] Re: Workstations and Certs

2009-07-02 Thread Kurt Engle
rts. > > What do other shops do? Please let us know. > > --- > Thanks, > > Allan Marcus > 505-667-5666 > > > > On Jun 30, 2009, at 12:26 PM, engle wrote: > > > > > I am trying to come up with a workable solution in managing numerous > > Mac works

[Puppet Users] Re: Workstations and Certs

2009-07-08 Thread Kurt Engle
So are you wanting the cert cleaning and creation to happen everytime a client contacts the puppetmaster? What I am looking for is a script that will run on a newly imaged client that run at bootup before the puppetd process is started. That script would delete any cert on the puppetmaster and the

[Puppet Users] Re: Workstations and Certs

2009-07-09 Thread Kurt Engle
gt; > > > > On Jul 8, 2009, at 5:54 PM, Allan Marcus wrote: > > > >> the more I think about it, the more I am convinced that using the > >> Mac's serial number is the least worst option for cert name. There is > >> still the issue of the machine being

[Puppet Users] Re: Workstations and Certs

2009-07-10 Thread Kurt Engle
This is fantastic. I think something like this will be very useful in managing a large number of Macintosh clients. It is certainly the help and outcome that I was looking for when I started this thread. A big "Thank You" to Allan and everyone else that contributed. I took a little different but s

[Puppet Users] Re: Workstations and Certs

2009-07-10 Thread Kurt Engle
uot;[:lower:]"` -kurt On Fri, Jul 10, 2009 at 7:55 AM, Nigel Kersten wrote: > > On Fri, Jul 10, 2009 at 7:32 AM, Kurt Engle wrote: > > This is fantastic. I think something like this will be very useful in > > managing a large number of Macintosh clients. It is certa

[Puppet Users] Re: Using LDAP to determine package distribution

2009-04-08 Thread Kurt Engle
nodes... I will give that a go as well. Thanks for all your help, -kurt On Wed, Apr 8, 2009 at 9:25 AM, Rob McBroom wrote: > > On 2009-Apr-7, at 5:32 PM, engle wrote: > > > I got puppet working with the LDAP search. It had to do with > > authentication to my LDAP server