Displaying 4 results from an estimated 4 matches for "mediosystem".
Did you mean:
mediosystems
2007 Nov 26
2
Unable to launch puppetmasterd after installing mongrel
...)
A small fast HTTP library and server that runs Rails, Camping,
Nitro
and Iowa apps.
# puppetmasterd --verbose --debug
debug: Parsing /etc/puppet/puppet.conf
info: Starting server for Puppet version 0.23.2
debug: /puppetconfig/ssl/File[/var/lib/puppet/ssl/private_keys/util00-
hq.int.mediosystems.com.pem]: Autorequiring File[/var/lib/puppet/ssl/
private_keys]
debug: /puppetconfig/ca/File[/var/lib/puppet/ssl/ca/inventory.txt]:
Autorequiring File[/var/lib/puppet/ssl/ca]
debug: /puppetconfig/ca/File[/var/lib/puppet/ssl/ca/private]:
Autorequiring File[/var/lib/puppet/ssl/ca]
debug: /puppe...
2006 Dec 13
1
Adding a Samba Domain Server
I have a Samba PDC setup using LDAP as the passdb. I want to add
another Samba server to the mix. I believe I want to add it in as a
Domain Server; however, I can't seem to get it working.
On the PDC server I am running:
- linux (2.6.latest)
- openldap (latest)
- samba (3.latest)
- nss
On the Domain Server I am running:
- samba (latest 3.latest)
- nss
I thought someone might
2007 Oct 06
1
override variables
Hi,
I am trying to allow certain nodes to override variables in inherited
classes. Here''s an example:
node ''my.server.com'' inherits webserver {}
node ''other.server.com'' inherits webserver { $var = "newvalue" }
node webserver { $var = "value"
include snmp, dns, classx
}
In this example classx ends up using
2007 Sep 27
12
/etc/passwd
I would like to write up brief tutorial/documentation on how to manage /etc/passwd using puppet.
While this may seem pretty straight forward to some...the documentation is not.
We have been able to create a manifest that defines all of our users "virtually" and are able to "realize" users and add them to the system(s) running puppetd.
Is there a way to simply realize all users