Displaying 3 results from an estimated 3 matches for "bitfieldconsulting".
2011 Feb 27
3
learning, but puppet does not detect change
Hi,
I''ve just installed Puppet on two CentOS 5.5 servers, "S" for "A". "A"
does not have the ntp package installed nor of course ntp running.
The Puppet server is started on "S" with the ntp class from this
tutorial: http://bitfieldconsulting.com/puppet-tutorial (included
below) however when I run the agent on "A" it don''t produce a notice
that a change needs to be applied:
root@A ~]# puppet agent --test --server=S
info: Caching catalog for A.domain.com
info: Applying configuration version ''1298756440'...
2010 Mar 04
3
Dependency cycles, please help.
Hi,
I''m having trouble writing a recipe to handle apache/passenger.
First, here is my apache2 class, found here :
http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
---------------------------------------------
$apache2_sites = "/etc/apache2/sites"
$apache2_mods = "/etc/apache2/mods"
class apache2 {
[...]
define module ( $ensure =
2011 Feb 14
0
Puppet configuration for MySQL master-slave replication
...ke to create a puppet configuration in which the master''s
configuration can be tweaked so as to perform replication and new mysql
slave nodes will be automatically configured to become replica
I''m able to perform some basic operations on MySQL server using this
article [
http://bitfieldconsulting.com/puppet-and-mysql-create-databases-and-users]
http://groups.google.com/group/puppet-users/browse_thread/thread/55551539ad026824?tvc=2
The above thread looks like the one which I need , but I''m unable to figure
out the entire details from it.
Please give me links to some good arti...