<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CapsUnlock.Net &#187; puppet</title>
	<atom:link href="http://www.capsunlock.net/tag/puppet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.capsunlock.net</link>
	<description>Ideas: Key to Innovations</description>
	<lastBuildDate>Tue, 17 Aug 2010 06:44:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Running puppetshow with puppetmaster 0.24.6</title>
		<link>http://www.capsunlock.net/2009/01/running-puppetshow-with-puppetmaster-0-24-6.html</link>
		<comments>http://www.capsunlock.net/2009/01/running-puppetshow-with-puppetmaster-0-24-6.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 08:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ec2]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[puppetmaster]]></category>
		<category><![CDATA[puppetshow]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2009/01/running-puppetshow-with-puppetmaster-0-24-6.html</guid>
		<description><![CDATA[I&#8217;ve been testing puppet 0.24.6 to work with puppetshow for the past few days.And it&#8217;s been causing my brain cells damages due rails 2.2.2 which dont work with puppetshow.
I&#8217;ve posted to this to puppet group list:   http://groups.google.com/group/puppet-users/browse_thread/thread/f41ce288f49d1cb
Finally I was able to get it running by the help of Blake, Luke and others.
The gems [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/01/running-puppetshow-with-puppetmaster-0-24-6.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Puppet to install Tomcat,MySQL, SVN and Java</title>
		<link>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</link>
		<comments>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 10:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</guid>
		<description><![CDATA[In the last blog which features creating a basic module in Puppet here and   here, this is a sample init.pp I&#8217;ve created to install, tomcat,mysql,subversion,java1.5 and load a database from a dump file. Notice that JDK is installed while accepting the license by using debconf-utils package. Tested in Ubuntu hardy which is launch [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Ubuntu and CentOS Webserver using Puppet</title>
		<link>http://www.capsunlock.net/2008/11/configure-ubuntu-and-centos-webserver-using-puppet.html</link>
		<comments>http://www.capsunlock.net/2008/11/configure-ubuntu-and-centos-webserver-using-puppet.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 07:55:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ec2]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2008/11/configure-ubuntu-and-centos-webserver-using-puppet.html</guid>
		<description><![CDATA[As I&#8217;m playing with the EC2 Puppet setup, here&#8217;s my simple web server in CentOS and Ubuntu puppet recipe. (need to edit more the Ubuntu installed packages ex. add php_mysql etc)
Tested in CentOS 5.0 and Ubuntu 8.04 AMI by Eric Hammond found at http://alestic.com.

class apache {
    # CentOS v.5 only
   [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/11/configure-ubuntu-and-centos-webserver-using-puppet.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Simple Puppet Module Howto</title>
		<link>http://www.capsunlock.net/2008/11/a-simple-puppet-module-howto.html</link>
		<comments>http://www.capsunlock.net/2008/11/a-simple-puppet-module-howto.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 07:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[puppet]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2008/11/a-simple-puppet-module-howto.html</guid>
		<description><![CDATA[With an assumption that Puppet master and client were successfully installed, here&#8217;s a simple tutorial how to create a simple module in puppet.
1. Create a directory modules on Puppet master /etc/puppet ( containing the subdirectory below):

 /etc/puppet/modules
 /test-file
 /files
 testmodule.txt
 /manifests
 init.php
 README

Where:
 testmodule.txt is a file to be copied.
 init.php contains the class

2. Edit [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/11/a-simple-puppet-module-howto.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
