Install Sun Java with Puppet on Ubuntu
Sun wants you to agree to its license before installing the JRE/JDK. For an unattended install you need a preseed file. You get the content of this file with "debconf-get-selections…
Sun wants you to agree to its license before installing the JRE/JDK. For an unattended install you need a preseed file. You get the content of this file with "debconf-get-selections…
Puppet reports with "Puppet Dashboard": Installation: Add the following lines to your "/etc/apt/sources.list" file: deb http://apt.puppetlabs.com/ubuntu lucid main deb-src http://apt.puppetlabs.com/ubuntu lucid main Run aptitude update to updates your packet list.…
Puppet facts Note: This article based on Part 1 - Part 3 of my puppet articles. Please read them first ! Factor allows to you add information from your nodes…
In the 3. part we confgurate the puppet clients to reports at the end of every configuration run. This reports are stored on the puppetmaster. Configurate client Enable reporting on…
Now we want to create a clear strukture for the puppet configuration files. The config in Part 1 is only a simple example to test the configuration. In this example…
The Environment: Hosts: puppetmaster: The puppetmaster pc1: The first testclient pc2: The second testclient Domain: domain.local Note: I used Ubuntu 9.04 in all servers. Puppetmaster installation aptitude install puppetmaster Activate…