<?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>Nathan Howell &#187; puppet</title>
	<atom:link href="http://nathanhowell.net/tag/puppet/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanhowell.net</link>
	<description></description>
	<lastBuildDate>Wed, 26 Jan 2011 06:11:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Starting with Puppet</title>
		<link>http://nathanhowell.net/2007/12/17/starting-with-puppet/</link>
		<comments>http://nathanhowell.net/2007/12/17/starting-with-puppet/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 02:49:00 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://nathanhowell.net/2007/12/17/starting-with-puppet</guid>
		<description><![CDATA[So after complaining to myself about myself spending too much time on games lately, I took the afternoon to set up a couple of things on my server. Apt-cacher First, and simplest, I set up apt-cacher to save time and bandwidth. Nice and easy, especially with the tip in the last couple of comments on [...]]]></description>
			<content:encoded><![CDATA[<p>So after <a href="http://nathanhowell.net/fun-and-games-with-linux-and-wine">complaining</a> to myself about myself spending too much time on games lately, I took the afternoon to set up a couple of things on my server.</p>
<h3>Apt-cacher</h3>
<p>First, and simplest, I set up <a href="http://ubuntu-tutorials.com/2007/10/03/saving-bandwidth-with-apt-cacher-revisited/">apt-cacher</a> to save time and bandwidth. Nice and easy, especially with the tip in the last couple of comments on that article about setting apt (on all the clients) to use a proxy, which saves changing every line in sources.list. Just so I don&#8217;t lose it, here it is: create a file in /etc/apt/apt.conf.d called whatever you like (I used 90apt-proxy-local) with this line in it:</p>
<pre><code>Acquire::http::Proxy “http://cache-host:3142″;
</code></pre>
<p>Obviously, use the actual hostname of the machine running apt-cacher there. Just as obviously, I just cut and pasted from the article linked above.</p>
<h3>Puppet</h3>
<p>Second, I started setting up <a href="http://reductivelabs.com/trac/puppet">Puppet</a>. Since I&#8217;m using <a href="http://xen.org/">Xen</a> on my new hardware, I&#8217;m likely to have more virtual machines kicking around than I want to manage. Automation is the obvious answer, and puppet looks pretty good so far. Having a nice version-controlled description of all the machines I&#8217;m running, which then gets enforced, is very appealing. Here&#8217;s what I&#8217;m hoping to get out of puppet:</p>
<ul>
<li>Documentation. I think the puppet manifests (being declarative) will serve nicely as documentation of my setup.</li>
<li>Enforcement. The tool takes my documentation and makes it real.</li>
<li>Backup. Keeping the complete documentation for my whole setup in a versioning tool gives me an extra layer of safety beyond normal backups.</li>
<li>Ease. I want to write down, just once, how I want my machines set up. Then I want a tool that will make sure it happens, and stays happening.</li>
</ul>
<p>We&#8217;ll see how much of that I get with puppet.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanhowell.net/2007/12/17/starting-with-puppet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

